JsonSerializable.fromJson constructor

JsonSerializable.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory JsonSerializable.fromJson(Map<String, dynamic> json) {
  throw UnimplementedError();
}