fromJson method
Implementation
@override
@nonVirtual
E fromJson(S json) {
return _useCache ? _fromJsonWithCache(json) : _fromJsonWithoutCache(json);
}
@override
@nonVirtual
E fromJson(S json) {
return _useCache ? _fromJsonWithCache(json) : _fromJsonWithoutCache(json);
}