PositionalParam class

Inheritance
Annotations
  • @sealed

Constructors

PositionalParam({required String className, required bool isRequired, dynamic value, bool isNullable = false})

Properties

className String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
injectableParam bool
no setterinherited
isNullable bool
finalinherited
isRequired bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
instance of param
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(dynamic value) PositionalParam
return a new instance of Param with value
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited