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