toJson method
Convert the AssetIssueContractFrozenSupply object to a JSON representation.
Implementation
@override
Map<String, dynamic> toJson() {
return {
"frozen_amount": frozenAmount.toString(),
"frozen_days": frozenDays.toString()
};
}