Api class
Represents the api section of the schema.
The API section focuses on method contracts (params/body/query) that drive request model generation and use-case wiring.
Constructors
- Api({Methods? methods})
-
Api.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited