Creates an Example from a JSON object.
factory Example.fromJson(Map<String, dynamic> json) => _$ExampleFromJson(json);