Introduction to JSON annotations
Installing and Using json_serializable and json_annotation packages
# pubspec.yaml
dependencies:
json_annotation: ^4.0.0
dev_dependencies:
build_runner:
json_serializable 4.0.2$ dart pub getExample
import 'package:json_annotation/json_annotation.dart';
part 'my_model.g.dart';Ignore lint warnings on generated files
Last updated
Was this helpful?