RestToOfflineFirstConverter constructor
RestToOfflineFirstConverter({})
Implementation
RestToOfflineFirstConverter({
required this.endpoint,
this.headers,
this.topLevelKey,
}) {
_client = Client();
headers?.addAll({'Content-Type': 'application/json'});
}