NsgDataStringField class

Inheritance

Constructors

NsgDataStringField.new(String name, {int maxLength = 0})

Properties

defaultValue → dynamic
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
maxLength int
final
name String
finalinherited
presentation String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(NsgDataItem a, NsgDataItem b) int
override
convertJsonValue(dynamic jsonValue) → dynamic
override
convertToJson(dynamic jsonValue) → dynamic
inherited
formattedValue(NsgDataItem item, String locale) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEmpty(NsgFieldValues fieldValues) → void
inherited
setValue(NsgFieldValues fieldValues, dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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