Field class

Contains a value.

Constructors

Field({ArrayValue? arrayValue, Uint8List? blobValue, bool? booleanValue, double? doubleValue, bool? isNull, int? longValue, String? stringValue})
Field.fromJson(Map<String, dynamic> json)
factory

Properties

arrayValue ArrayValue?
An array of values.
final
blobValue Uint8List?
A value of BLOB data type.
final
booleanValue bool?
A value of Boolean data type.
final
doubleValue double?
A value of double data type.
final
hashCode int
The hash code for this object.
no setterinherited
isNull bool?
A NULL value.
final
longValue int?
A value of long data type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
A value of string data type.
final

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