NamedParam class

Inheritance
Annotations
  • @sealed

Constructors

NamedParam({required String className, dynamic value, required Symbol named, bool isNullable = false, bool isRequired = 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
named Symbol
final
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) NamedParam
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