ApiConfig class
Represents the configuration for API requests.
This class encapsulates settings related to API communication, including the base URL and timeout duration for requests. It provides methods for converting between JSON and Dart objects for data persistence and serialization.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this ApiConfig instance to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited