MapTaper<T> class abstract

A Taper that turns a value into a Map<Object?, Object?>.

Inheritance
Implementers

Constructors

MapTaper()
const

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

Operators

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