ExampleObject.fromJson constructor

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

Implementation

factory ExampleObject.fromJson(Map<String, dynamic> json) =
    _$ExampleObjectImpl.fromJson;