Parameters class

Inheritance

Constructors

Parameters({Iterable<NamedParameter> namedParameters = const [], Iterable<Parameter> requiredPositionedParameters = const [], Iterable<Parameter> optionalPositionedParameters = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNamedParameters bool
no setter
hasOptionalPositionedParameters bool
no setter
hasRequiredPositionedParameters bool
no setter
namedParameters Iterable<NamedParameter>
final
optionalPositionedParameters Iterable<Parameter>
final
requiredPositionedParameters Iterable<Parameter>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

code() String
override
decorate(String code) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeTo(File file) Future<void>
inherited

Operators

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

Constants

empty → const Parameters