NsgDataField class
Constructors
- NsgDataField(String name)
Properties
- defaultValue → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- presentation ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compareTo(
NsgDataItem a, NsgDataItem b) → int -
convertJsonValue(
dynamic jsonValue) → dynamic -
convertToJson(
dynamic jsonValue) → dynamic -
formattedValue(
NsgDataItem item, String locale) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEmpty(
NsgFieldValues fieldValues) → void -
setValue(
NsgFieldValues fieldValues, dynamic value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited