plaidErrorTypeToJson function

String? plaidErrorTypeToJson(
  1. PlaidErrorType? plaidErrorType
)

Implementation

String? plaidErrorTypeToJson(enums.PlaidErrorType? plaidErrorType) {
  return enums.$PlaidErrorTypeMap[plaidErrorType];
}