RuntimeApiMethodParamMetadataV15 class

Metadata about a runtime API method parameter (V15)

Describes a single parameter of a runtime API method.

New in MetadataV15

Constructors

RuntimeApiMethodParamMetadataV15({required String name, required int typeId})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
Name of the parameter
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
typeId → int
Type ID of the parameter
final

Methods

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

Operators

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

Constants

codec → const $RuntimeApiMethodParamMetadataV15
Codec instance for RuntimeApiMethodParamMetadataV15