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
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