toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      if (type != null) 'type': type,
      if (accountId != null) 'accountId': accountId,
      if (issuingCountry != null) 'issuingCountry': issuingCountry,
    };