Attribute class

Constructors

Attribute({required String attributeFieldId, required bool fieldEnable, required String fieldSetting, required String labelName, required String fieldName, required Null checked, required List<FieldValue> fieldValue, required String sTypename})
Attribute.fromJson(Map<String, dynamic> json)

Properties

attributeFieldId String
latefinal
checked Null
latefinal
fieldEnable bool
latefinal
fieldName String
latefinal
fieldSetting String
latefinal
fieldValue List<FieldValue>
latefinal
hashCode int
The hash code for this object.
no setterinherited
labelName String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sTypename String
latefinal

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