TaperForMutableRectangle<T extends num> class

Inheritance

Constructors

TaperForMutableRectangle()

Properties

hashCode int
The hash code for this object.
no setterinherited
isLegacy bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
no setterinherited

Methods

fromData(TapeData data) MutableRectangle<T>
Turns TapeData back into a value of type T.
inherited
fromMap(Map<Object?, Object?> map) MutableRectangle<T>
override
matches(Object? value) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toData(MutableRectangle<T> value) MapTapeData
Turns the value into TapeData.
inherited
toMap(MutableRectangle<T> mutableRectangle) Map<Object?, Object?>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited