evryDay static method

String evryDay([
  1. int day = 1
])

Implementation

static String evryDay([int day = 1]) {
  return '0 0 0 */$day * *';
}