ParameterType enum

Inheritance
Available extensions

Values

swaggerGeneratedUnknown → const ParameterType
const ParameterType(null)
boolean → const ParameterType
const ParameterType('boolean')
byte → const ParameterType
const ParameterType('byte')
short → const ParameterType
const ParameterType('short')
int → const ParameterType
const ParameterType('int')
float → const ParameterType
const ParameterType('float')
long → const ParameterType
const ParameterType('long')
double → const ParameterType
const ParameterType('double')
string → const ParameterType
const ParameterType('string')
object → const ParameterType
const ParameterType('object')
booleanArray → const ParameterType
const ParameterType('boolean_array')
byteArray → const ParameterType
const ParameterType('byte_array')
shortArray → const ParameterType
const ParameterType('short_array')
intArray → const ParameterType
const ParameterType('int_array')
floatArray → const ParameterType
const ParameterType('float_array')
longArray → const ParameterType
const ParameterType('long_array')
doubleArray → const ParameterType
const ParameterType('double_array')
stringArray → const ParameterType
const ParameterType('string_array')
objectArray → const ParameterType
const ParameterType('object_array')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
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

Constants

values → const List<ParameterType>
A constant List of the values in this enum, in order of their declaration.