RestConfig constructor
const
RestConfig({})
Implementation
const RestConfig({
required this.baseUrl,
this.defaultHeaders = const {'Content-Type': 'application/json'},
this.pollInterval = const Duration(seconds: 3),
});