NetWorkRequest constructor
const
NetWorkRequest({})
Implementation
const NetWorkRequest({
required this.path,
this.body,
required this.method,
this.headers = const {"Content-Type": 'application/json'},
});
const NetWorkRequest({
required this.path,
this.body,
required this.method,
this.headers = const {"Content-Type": 'application/json'},
});