EggCollection class
Constructors
- EggCollection({required String name, required String path})
Properties
Methods
-
addEgg(
Map< String, dynamic> data) → void -
deleteEgg(
String eggId) → void -
getAllData(
) → List< Map< String, dynamic> > -
getEgg(
String eggId) → Egg? -
getEggs(
) → List< Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateEgg(
String eggId, Map< String, dynamic> newData) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited