fromJson method
Implementation
@override
TargetPlatform fromJson(String json) {
return const NullableTargetPlatformConverter().fromJson(json)!;
}
@override
TargetPlatform fromJson(String json) {
return const NullableTargetPlatformConverter().fromJson(json)!;
}