accountType property

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

Implementation

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