DebugResponseLogline constructor
const
DebugResponseLogline({})
Implementation
const DebugResponseLogline({
required this.client,
required this.sdkVersion,
required this.specVersion,
required this.endpoint,
required this.statusCode,
required this.contentType,
required this.error,
required this.body,
});