NitriteMapper class abstract

An abstract class that provides a method to try converting an object of one type to another type.

Inheritance
Implementers

Constructors

NitriteMapper.new()

Properties

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

Methods

close() Future<void>
Closes the plugin instance.
inherited
initialize(NitriteConfig nitriteConfig) Future<void>
Initializes the plugin instance.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryConvert<Target, Source>(Source? source) → dynamic
Tries to convert an object of type Source to an object of type Target. If the conversion is not possible, it will return the source object.

Operators

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