Attributes class

Annotations
  • @JsonSerializable()

Constructors

Attributes({String? id, String? name, String? label, String? min, String? max, String? fieldType, String? fieldSubType, String? classNames, bool? mandatory, String? fieldMappingKey, List<ValueList>? valueList, String? placeHolder, bool? fetchRemote, int? renderOrder, bool? hidden, bool? formatAmount, Configs? configs, bool? unique, bool? isAmount, bool? isAmountPrepopulate, bool? isAmountModifiable, bool? excessAllowed, String? validationRegex, String? defaultValue, String? currency})
Attributes.fromJson(Map<String, dynamic> json)

Properties

classNames String?
getter/setter pair
configs Configs?
getter/setter pair
currency String?
getter/setter pair
defaultValue String?
getter/setter pair
excessAllowed bool?
getter/setter pair
fetchRemote bool?
getter/setter pair
fieldMappingKey String?
getter/setter pair
fieldSubType String?
getter/setter pair
fieldType 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
name String?
getter/setter pair
placeHolder String?
getter/setter pair
renderOrder int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unique bool?
getter/setter pair
validationRegex String?
getter/setter pair
valueList List<ValueList>?
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