RuntimeApiMetadataV15 class
Metadata about a runtime API (V15)
Runtime APIs are interfaces exposed by the runtime that can be called via the state_call RPC method. They provide versioned access to runtime functionality.
Constructors
-
RuntimeApiMetadataV15({required String name, required List<
RuntimeApiMethodMetadataV15> methods, List<String> docs = const []}) -
const
Properties
-
docs
→ List<
String> -
Documentation for this API
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
methods
→ List<
RuntimeApiMethodMetadataV15> -
List of methods in this API
final
- name → String
-
Name of the runtime API
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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 $RuntimeApiMetadataV15
- Codec instance for RuntimeApiMetadataV15