accountSubtypeToJson function

String? accountSubtypeToJson(
  1. AccountSubtype? accountSubtype
)

Implementation

String? accountSubtypeToJson(enums.AccountSubtype? accountSubtype) {
  return enums.$AccountSubtypeMap[accountSubtype];
}