Parameter class Null safety
- Inheritance
-
- Object
- SchemaObject
- Parameter
- Annotations
Constructors
- Parameter({required String name, required bool required, required String typeName, required ParameterLocation location})
-
const
- Parameter.fromOpenApi({required APIParameter parameter})
-
factory
Properties
- description → String?
-
finalinherited
-
fields
→ List<
SchemaObject> ? -
finalinherited
- fromJsonString → String
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isArray → bool
-
finalinherited
- isHeader → bool
-
read-only
- isObject → bool
-
finalinherited
- isPath → bool
-
read-only
- isQuery → bool
-
read-only
- isRoot → bool
-
finalinherited
- itemsType → SchemaObject?
-
finalinherited
- location → ParameterLocation
-
final
- name → String
-
finalinherited
- required → bool
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toJsonString → String
-
read-onlyinherited
- typeName → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited