FeeResponse.fromJson constructor Null safety
Implementation
factory FeeResponse.fromJson(Map<String, dynamic> json) =>
FeeResponse(convertDouble(json['fee']));
factory FeeResponse.fromJson(Map<String, dynamic> json) =>
FeeResponse(convertDouble(json['fee']));