QueryFeeDiscountAccountInfoRequest.fromJson constructor
Implementation
factory QueryFeeDiscountAccountInfoRequest.fromJson(
Map<String, dynamic> json,
) {
return QueryFeeDiscountAccountInfoRequest(
account: json.valueAsString<String?>('account', acceptCamelCase: true),
);
}