Mappable class abstract

Mixed in types
Implementers

Constructors

Mappable()

Properties

builders List<Function>
no setter
comparable Comparable?
no setter
containable String?
no setter
equatable String?
no setter
hashCode int
The hash code for this object.
no setteroverride
json Map<String, dynamic>
no setter
jsonString String
no setter
mapper Mapper
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Mappable other) int
Compares this object to another object.
override
contains(dynamic object) bool
containsIgnoreCase(dynamic object) bool
copy<T>([Mappable? other]) → T?
equals(Object other) bool
greaterThan(Mappable other) int
lessThan(Mappable other) int
mapping(Mapper map) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remap([Mappable? other]) → void
reset() → void
toString() String
A string representation of this object.
inherited

Operators

operator <(Mappable other) int
operator ==(Object other) bool
The equality operator.
override
operator >(Mappable other) int

Static Properties

factories Map<Type, Function>
getter/setter pair

Static Methods

getInstance(Type type) Mappable?