Example.fromJson constructor

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

Implementation

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