Value constructor
Value({
- double? fpVal,
- int? intVal,
- List<
ValueMapValEntry> ? mapVal, - String? stringVal,
Implementation
Value({
this.fpVal,
this.intVal,
this.mapVal,
this.stringVal,
});