ApiDefinition constructor
ApiDefinition({})
Implementation
ApiDefinition({
required this.key,
required this.service,
required this.requestType,
required this.endpoint,
required this.headers,
required this.params,
});