VersionsResponse constructor
- required PlatformResponse android,
- required PlatformResponse ios,
- required PlatformResponse windows,
Implementation
const factory VersionsResponse({
required PlatformResponse android,
required PlatformResponse ios,
required PlatformResponse windows,
}) = _VersionsResponse;