Carrier class

Object that carries data to Java and iOS

Constructors

Carrier({required String db, required String collection, dynamic data, dynamic query, String? arrayName, String? arrayKey, dynamic fields, dynamic index, dynamic id})

Properties

arrayKey String?
getter/setter pair
arrayName String?
getter/setter pair
collection String
getter/setter pair
data ↔ dynamic
getter/setter pair
db String
getter/setter pair
fields ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ↔ dynamic
getter/setter pair
index ↔ dynamic
getter/setter pair
query ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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