PositionalParam class Null safety

Inheritance
Annotations

Constructors

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

Properties

className String
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
isNullable bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value → dynamic
instance of param
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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