LocalShellCall constructor
const
LocalShellCall({
- required String id,
- required String callId,
- required LocalShellAction action,
- required LocalShellCallStatus status,
Implementation
const LocalShellCall({
required this.id,
required this.callId,
required this.action,
required this.status,
}) : super('local_shell_call');