Command.cronGet constructor

Command.cronGet({
  1. int? id,
  2. int type = 0,
})

Command to retrieve the settings for the current cron job of the specified type.

Implementation

Command.cronGet({this.id, int type = 0})
    : method = CommandMethods.cronGet,
      parameters = <dynamic>[type];