doubleConverter top-level constant

Converter<double> const doubleConverter

A Converter that converts input to a double.

This converter attempts to parse the next word or quoted section of the input with double.parse.

This converter has a Discord Slash Command Argument Type of CommandOptionType.number.

Implementation

const Converter<double> doubleConverter = DoubleConverter();