Platforms.fromJson constructor

Platforms.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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