UseConverter class

An annotation used to specify the converter to use for an argument, overriding the default converter for that type.

See example/example.dart for an example on how to use this annotation.

Constructors

UseConverter(Converter converter)
Create a new UseConverter.
const

Properties

converter Converter
The converter to use.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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