MeasurementsMixin class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
MeasurementsMixin.new({List<
Measurement> getMeasurements()?, List<Measurement> getMeasurementsForNode(SceneNode)?, Measurement addMeasurement(dynamic, dynamic, [dynamic])?, Measurement editMeasurement(String, dynamic)?, void deleteMeasurement(String)?}) -
factory
Properties
- addMeasurement ↔ Measurement Function(dynamic, dynamic, [dynamic])
-
Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension
getter/setter pair - deleteMeasurement ↔ void Function(String)
-
Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension
getter/setter pair - editMeasurement ↔ Measurement Function(String, dynamic)
-
Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension
getter/setter pair -
getMeasurements
↔ List<
Measurement> Function() -
Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension
getter/setter pair -
getMeasurementsForNode
↔ List<
Measurement> Function(SceneNode) -
Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited