ObbyEventCommandTimedOut constructor

const ObbyEventCommandTimedOut({
  1. required String command,
})

Implementation

const ObbyEventCommandTimedOut({
  required this.command,
});