accountType property

  1. @JsonKey(name: 'accountType', unknownEnumValue: SupplierAccountType.unknown)
SupplierAccountType? accountType
inherited

Implementation

@JsonKey(name: 'accountType', unknownEnumValue: SupplierAccountType.unknown)
SupplierAccountType? get accountType => throw _privateConstructorUsedError;