BackgroundRemovalFailure constructor
const
BackgroundRemovalFailure({
- required BackgroundRemovalFailureKind kind,
- String? message,
Implementation
const BackgroundRemovalFailure({required this.kind, this.message});