Example.fromJson constructor

Example.fromJson(
  1. Map json
)

Implementation

factory Example.fromJson(Map json) => _$ExampleFromJson(json);