Field class

Field is a non-searchable key/value pair that can be filtered at query time.

Annotations
  • @freezed

Constructors

Field({required String key, required dynamic value})
Constructor
const
factory
Field.fromJson(Map<String, dynamic> json)
Unmarshalls from json to Field
factory

Properties

copyWith → $FieldCopyWith<Field>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String
Key is the name of the field. Cannot begin with an underscore.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
Value is the filterable value of this Field.
no setterinherited

Methods

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

Operators

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