ParameterMetadata class
Metadata for a specific parameter.
Constructors
Properties
-
customMetadata
↔ Map<
String, String> ? -
Additional metadata for describing this parameter.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpText ↔ String?
-
The help text to display for the parameter.
getter/setter pair
- isOptional ↔ bool?
-
Whether the parameter is optional.
getter/setter pair
- label ↔ String?
-
The label to display for the parameter.
getter/setter pair
- name ↔ String?
-
The name of the parameter.
getter/setter pair
- paramType ↔ String?
-
The type of the parameter.
getter/setter pair
-
regexes
↔ List<
String> ? -
Regexes that the parameter must match.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited