ObbyEventServerReply constructor

const ObbyEventServerReply({
  1. required Severity severity,
  2. required String command,
  3. required String code,
  4. required List<String> context,
  5. required String text,
})

Implementation

const ObbyEventServerReply({
  required this.severity,
  required this.command,
  required this.code,
  required this.context,
  required this.text,
});