VersionSupplementRemoteParser typedef
VersionSupplementRemoteParser =
List<VersionHistorySupplement> Function(Object decodedJson)
Implementation
typedef VersionSupplementRemoteParser = List<VersionHistorySupplement> Function(
Object decodedJson,
);