VideoTaskResult constructor
const
VideoTaskResult({
- required bool success,
- required String message,
- required VideoTaskStatus status,
- String? taskId,
- String? error,
Implementation
const VideoTaskResult({
required this.success,
required this.message,
required this.status,
this.taskId,
this.error,
});