KeyValueErrorContext constructor
KeyValueErrorContext({})
Implementation
KeyValueErrorContext({
required this.statusCode,
required this.opaque,
required this.cas,
required this.key,
required this.context,
required this.ref,
});