ValueContainer constructor
ValueContainer({
- List<
ValueContainerDataTypeFlagsEnum> dataTypeFlags = const [], - ValueContainerDataTypeEnum dataType,
- String text,
- bool logical,
- DateTime date,
- int integer,
- double real,
Returns a new ValueContainer instance.
Implementation
ValueContainer({
this.dataTypeFlags = const [],
this.dataType,
this.text,
this.logical,
this.date,
this.integer,
this.real,
});