CameraCutoutPath constructor
CameraCutoutPath(
- Iterable<
CameraCutoutPathCommand> commands
Implementation
CameraCutoutPath(Iterable<CameraCutoutPathCommand> commands)
: commands = List<CameraCutoutPathCommand>.unmodifiable(commands);