TekioFieldData class

Annotations
  • @JsonSerializable()

Constructors

TekioFieldData.new({required String fieldKey, String? groupingKey, required TekioFieldType? fieldType, String? fieldLabel, String? fieldHint, int maxLines = 1, int? minLength, int? maxLength, bool isMandatory = false, int? order, String? regexValidation, int? maxValue, int? minValue, bool enabled = true})
TekioFieldData.fromJson(Map<String, dynamic> json)
factory

Properties

enabled bool
getter/setter pair
fieldHint String?
getter/setter pair
fieldKey String
getter/setter pair
fieldLabel String?
getter/setter pair
fieldType TekioFieldType?
getter/setter pair
groupingKey String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMandatory bool
getter/setter pair
maxLength int?
getter/setter pair
maxLines int
getter/setter pair
maxValue int?
getter/setter pair
minLength int?
getter/setter pair
minValue int?
getter/setter pair
order int?
getter/setter pair
regexValidation String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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