NoSuchRealtimeLogConfig constructor

NoSuchRealtimeLogConfig({
  1. String? type,
  2. String? message,
})

Implementation

NoSuchRealtimeLogConfig({String? type, String? message})
    : super(type: type, code: 'NoSuchRealtimeLogConfig', message: message);