CameraCutoutPath constructor

CameraCutoutPath(
  1. Iterable<CameraCutoutPathCommand> commands
)

Implementation

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