resultFactory method
Returns a result of type T deserialzied from the json.
Implementation
VersionSupportDTO resultFactory(dynamic decodedJson) =>
_$VersionSupportDTOFromJson(decodedJson as Map<String, dynamic>);
Returns a result of type T deserialzied from the json.
VersionSupportDTO resultFactory(dynamic decodedJson) =>
_$VersionSupportDTOFromJson(decodedJson as Map<String, dynamic>);