CustomModel constructor
CustomModel({})
Implementation
CustomModel({
required this.url,
required this.customHeaders,
required this.requestBuilder,
required this.customParser,
this.httpMethod = 'POST',
});
CustomModel({
required this.url,
required this.customHeaders,
required this.requestBuilder,
required this.customParser,
this.httpMethod = 'POST',
});