SchematicPoint class

A point in 2D space.

Constructors

SchematicPoint(double x, double y)
Create a new SchematicPoint.
SchematicPoint.fromJson(Map<String, dynamic> json)
Create a SchematicPoint from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
X-coordinate.
final
y double
Y-coordinate.
final

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