DfBaseField class
- Implementers
Constructors
-
DfBaseField({@required DfBaseEntity<
DfBaseField> entity, @required String name, @required DfFieldType fieldType, bool displayOnly, Function setObjectValue, Function getObjectValue, dynamic value})
Properties
- aggregateType ↔ AggregateType
-
read / write
- displayOnly ↔ bool
-
read / write
-
entity
↔ DfBaseEntity<
DfBaseField> -
read / write
- fieldType ↔ DfFieldType
-
read / write
- getObjectValue ↔ Function
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- name ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- setObjectValue ↔ Function
-
read / write
- value ↔ dynamic
-
read / write
Methods
-
getTransform(
) → Transformable -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setValueFromQueryResult(
Map< String, dynamic> dict) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → Map< String, List< DfError> > -
valueAsBool(
) → bool -
valueAsDateTime(
) → DateTime -
valueAsDouble(
) → double -
valueAsInt(
) → int -
valueAsString(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override