Vector1D class
- Annotations
-
- @JsonSerializable()
Constructors
- Vector1D.new({required double x, Space? selector})
-
Vector1D.fromJson(Map<
String, dynamic> json) -
factory
- Vector1D.fromString({required String x})
-
factory
Properties
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