Vector1D class

Annotations
  • @JsonSerializable()

Constructors

Vector1D({required double x, Space? selector})
Vector1D.fromJson(Map<String, dynamic> json)
factory
Vector1D.fromString({required String x})
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
selector Space?
final
x double
final

Methods

buildXml(XmlBuilder builder, {String tag = 'Vector2D', String namespace = Xmlns.tt}) → void
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