ProgramTrackedEntityAttribute class

Inheritance
Annotations

Constructors

ProgramTrackedEntityAttribute({required String id, required String attribute, required String name, required int sortOrder, required String valueType, required bool mandatory, bool? displayInList = false, String? formName, String? displayName, bool? renderOptionsAsRadio, String? aggregationType, bool? generated, dynamic program, bool? isUnique, bool? optionSetValue, int? optionSetValueCount, String? optionSetName, List<AttributeOption>? options, required bool dirty, String? code, List? translations})
ProgramTrackedEntityAttribute.fromJson(Map<String, dynamic> jsonData)
factory

Properties

aggregationType ↔ String?
getter/setter pair
attribute ↔ String
getter/setter pair
code → String?
finalinherited
created ↔ String?
getter/setter pairinherited
dirty ↔ bool
getter/setter pairinherited
displayInList ↔ bool?
getter/setter pair
displayName → String?
finalinherited
formName ↔ String?
getter/setter pair
generated ↔ bool?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
getter/setter pairinherited
isUnique ↔ bool?
getter/setter pair
lastUpdated ↔ String?
getter/setter pairinherited
mandatory ↔ bool
getter/setter pair
name ↔ String?
getter/setter pairinherited
options ↔ List<AttributeOption>?
getter/setter pair
optionSetName ↔ String?
getter/setter pair
optionSetValue ↔ bool?
getter/setter pair
optionSetValueCount ↔ int?
getter/setter pair
program ↔ dynamic
getter/setter pair
renderOptionsAsRadio ↔ bool?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shortName → String?
finalinherited
skipDateUpdate ↔ bool?
getter/setter pairinherited
sortOrder ↔ int
getter/setter pair
translation → Translation?
no setterinherited
translations ↔ dynamic
getter/setter pairinherited
valueType ↔ String
getter/setter pair

Methods

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

Operators

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