ParameterInfo class

A description of a member that is being overridden.

Annotations

Constructors

ParameterInfo(String kind, String name, String type, {String? defaultValue})

Properties

defaultValue String?
The default value for this parameter. This value will be omitted if the parameter does not have a default value.
final
hashCode int
The hash code for this object.
no setterinherited
kind String
The kind of the parameter.
final
name String
The name of the parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the parameter.
final

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

Static Methods

parse(Map m) ParameterInfo