AFlSpot class
Represents a conceptual position in cartesian (axis based) space.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
props
→ List<
Object?> -
Used for equality check, see
EquatableMixin
.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.no setterinherited - x → double
-
final
- y → double
-
final
Methods
-
copyWith(
{double? x, double? y}) → AFlSpot - Copies current AFlSpot to a new AFlSpot, and replaces provided values.
-
isNotNull(
) → bool - Determines if x and y is not null.
-
isNull(
) → bool - Determines if x or y is null.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Prints x and y coordinates of FlSpot list
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited