NeomParameter class
Constructors
- NeomParameter.new({double x = 0, double y = 0, double z = 0, double volume = 0.5})
- NeomParameter.forNeomChambersCollection(NeomParameter neomParameter)
-
NeomParameter.fromDocumentSnapshot(DocumentSnapshot<
Object?> documentSnapshot) - NeomParameter.fromJSON(Map data)
Properties
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited