toCli method

  1. @override
String toCli()
override

Implementation

@override
String toCli() {
  return 'crop=$width:$height${x != null ? ':$x' : ''}${y != null ? ':$y' : ''}';
}