InfospectBreakpointPayload constructor
const
InfospectBreakpointPayload({})
Implementation
const InfospectBreakpointPayload({
required this.method,
required this.uri,
required this.endpoint,
this.headers = const <String, String>{},
this.queryParameters = const <String, String>{},
this.body = '',
this.statusCode,
});