resultFactory method

VersionSupportDTO resultFactory(
  1. dynamic decodedJson
)

Returns a result of type T deserialzied from the json.

Implementation

VersionSupportDTO resultFactory(dynamic decodedJson) =>
    _$VersionSupportDTOFromJson(decodedJson as Map<String, dynamic>);