TurboVars class abstract
An abstract class that defines the core variables required for Turbo Firestore documents.
Every Turbo Firestore document must contain:
Constructors
- TurboVars.new({required String id, required DateTime now, required String userId})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited