ExecutableParameterDeclaration class

Represents an executable parameter declaration

Implemented types
Annotations
  • @freezed

Constructors

ExecutableParameterDeclaration({required bool isRequired, required bool isNamed, required String name, required bool isDeprecated, required bool isExperimental, required String typeName, required String? typeFullLibraryName, required String relativePath})
const
factory

Properties

copyWith → $ExecutableParameterDeclarationCopyWith<ExecutableParameterDeclaration>
no setterinherited
entryPoints Set<String>?
ExecutableParameterDeclarations can't have entry points
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isDeprecated bool
whether the parameter is deprecated
no setterinherited
isExperimental bool
whether the parameter is experimental
no setterinherited
isNamed bool
whether the parameter is named
no setterinherited
isRequired bool
whether the parameter is required
no setterinherited
name String
the name of the parameter
no setterinherited
relativePath String
the relative path of the library
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeFullLibraryName String?
the type library path
no setterinherited
typeName String
type name of this parameter
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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