curveDecoders property

Map<String, ArgumentDecoder<Curve>> curveDecoders
final

Extension mechanism for curve.

The decoders must not return null.

The given key will specify a string, which is known to not match any of the values in Curves.

Implementation

static final Map<String, ArgumentDecoder<Curve>> curveDecoders = <String, ArgumentDecoder<Curve>>{};