BackgroundRemovalFailure constructor

const BackgroundRemovalFailure({
  1. required BackgroundRemovalFailureKind kind,
  2. String? message,
})

Implementation

const BackgroundRemovalFailure({required this.kind, this.message});