ValueType class

The result type of the formula

Constructors

ValueType({required DataType type, Map<String, dynamic>? additionalProperties})
Creates a new ValueType
const
ValueType.fromJson(Map<String, dynamic> json)
Creates a ValueType from json
factory

Properties

additionalProperties Map<String, dynamic>?
Additional information of the resulting field
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DataType
The result data type of the formula
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates a json representation of the ValueType
toString() String
A string representation of this object.
override

Operators

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