Attribute class
Constructors
- Attribute({String? id, String? label, String? min, String? max, String? fieldName, String? fieldSubType, bool? mandatory, bool? fetchRemote, bool? formatAmount, bool? unique, bool? isAmount, bool? isAmountPrepopulate, bool? isAmountModifiable, bool? excessAllowed})
-
Attribute.fromJson(Map<
String, dynamic> json)
Properties
- 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
-
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