TypedValue class

A single strongly-typed value.

Constructors

TypedValue({bool? boolValue, Distribution? distributionValue, double? doubleValue, String? int64Value, String? stringValue})
TypedValue.fromJson(Map json_)

Properties

boolValue bool?
A Boolean value: true or false.
getter/setter pair
distributionValue Distribution?
A distribution value.
getter/setter pair
doubleValue double?
A 64-bit double-precision floating-point number.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
int64Value String?
A 64-bit integer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
A variable-length string value.
getter/setter pair

Methods

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

Operators

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