MappableInterface class abstract Models

Used to annotate an interface in order to generate mapping code.

Implementers

Properties

caseStyle CaseStyle?
The case style for the map keys.
final
generateMethods int?
Specify which methods to generate for this class.
final
hashCode int
The hash code for this object.
no setterinherited
hook MappingHook?
Set a custom hook used only for this class.
final
ignoreNull bool?
If true removes all map keys with null values.
final
includeCustomMappers Iterable<MapperBase<Object>>?
Specify additional custom mappers that should be included for fields of this class.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueId String?
A unique id representing this class.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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