LocalShellCall constructor

const LocalShellCall({
  1. required String id,
  2. required String callId,
  3. required LocalShellAction action,
  4. required LocalShellCallStatus status,
})

Implementation

const LocalShellCall({
  required this.id,
  required this.callId,
  required this.action,
  required this.status,
}) : super('local_shell_call');