ENS.fromJson constructor

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

Implementation

factory ENS.fromJson(Map<String, dynamic> json) => _$ENSFromJson(json);