ApiService constructor
const
ApiService({})
Implementation
const ApiService({
required this.name,
required this.baseUrl,
required this.endpoints,
this.description,
this.tags = const [],
this.defaultHeaders,
});