Param class Null safety

Implementers
Annotations

Constructors

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

Properties

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

Methods

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

Operators

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