LineupModel<Schema extends LineupSchema> class

Constructors

LineupModel(LineupModelCreator<Schema> creator)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema ↔ Schema
getter/setter pair

Methods

delete() Future<bool>
like mongodb save function for models
find() → FindExec<Schema>
findById(int id) Future<Schema?>
findOne({Map<String, dynamic>? where}) Future<Schema?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save([Schema? set]) Future<Schema>
save function for models
toString() String
A string representation of this object.
inherited

Operators

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