Example.fromJson constructor

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

Implementation

factory Example.fromJson(Map<String, dynamic> json) =>
    fromJsonWithLogging(json, _$ExampleFromJson);