RealtimeResponseStatusDetails constructor
const
RealtimeResponseStatusDetails({
- String? type,
- String? reason,
- RealtimeResponseStatusDetailsError? error,
Implementation
const RealtimeResponseStatusDetails({this.type, this.reason, this.error});