NUIEntField<T> class

Constructors

NUIEntField({required String name, required NUIEntType type, required EntFieldSetter<T> setter, required EntFieldGetter<T> getter, dynamic additionalFormat})

Properties

additionalFormat ↔ dynamic
getter/setter pair
getter EntFieldGetter<T>
final
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setter EntFieldSetter<T>
final
type NUIEntType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runGetter(T data) → dynamic
runSetter(T data, dynamic value) → void
toString() String
A string representation of this object.
inherited

Operators

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