Attribute class

Annotations
  • @JsonSerializable()

Constructors

Attribute({String? id, String? label, String? min, String? max, String? fieldName, String? fieldSubType, bool? mandatory, bool? fetchRemote, bool? hidden, bool? formatAmount, bool? unique, bool? isAmount, bool? isAmountPrepopulate, bool? isAmountModifiable, bool? excessAllowed, String? currency})
Attribute.fromJson(Map<String, dynamic> json)
factory

Properties

currency String?
getter/setter pair
excessAllowed bool?
getter/setter pair
fetchRemote bool?
getter/setter pair
fieldName String?
getter/setter pair
fieldSubType String?
getter/setter pair
formatAmount bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
getter/setter pair
id String?
getter/setter pair
isAmount bool?
getter/setter pair
isAmountModifiable bool?
getter/setter pair
isAmountPrepopulate bool?
getter/setter pair
label String?
getter/setter pair
mandatory bool?
getter/setter pair
max String?
getter/setter pair
min String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unique bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited