Param class abstract

Implementers
Annotations
  • @sealed

Constructors

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

Properties

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

Methods

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