Platforms.fromJson constructor Null safety
Implementation
factory Platforms.fromJson(Map<String, dynamic> json) => Platforms(
ethereum: json['ethereum'],
);
factory Platforms.fromJson(Map<String, dynamic> json) => Platforms(
ethereum: json['ethereum'],
);