toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (balance != null) 'balance': balance!,
  if (label != null) 'label': label!,
  if (localizedLabel != null) 'localizedLabel': localizedLabel!,
};