RealtimeResponseStatusDetails constructor

const RealtimeResponseStatusDetails({
  1. String? type,
  2. String? reason,
  3. RealtimeResponseStatusDetailsError? error,
})

Implementation

const RealtimeResponseStatusDetails({this.type, this.reason, this.error});