Parameter<T> class abstract

Contains a property parameter

In contrast to properties, the type of a parameter is always predefined.

Implementers

Constructors

Parameter(String name, String textValue, T value)
Creates a new parameter

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
the name of this parameter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textValue String
the unparsed text value of this parameter
final
value → T
The parsed value
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

Static Methods

parse(String definition) Parameter
Parses the given definition and generates a corresponding Parameter.