MockResponse constructor
MockResponse({})
Creates a response configuration.
Implementation
MockResponse({
required this.status,
required this.file,
required this.body,
required this.headers,
required this.delayMs,
required this.error,
});