fromJson method

  1. @override
Data fromJson(
  1. String json
)
override

This function is called on resolve to get the data from the endpoint or cache.

Implementation

@override
Data fromJson(String json) {
  return _fromJson(json);
}