TaskCreateArgs class
Constructors
-
TaskCreateArgs({String? name, TaskScope? scope, required TaskType type, required TaskTarget target, required int targetId, String? cron, String? executionDate, String? timezone, String? endsAt, int? maxRetries, bool? silentTask, String? configurations})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited