Schedule_RunResponse constructor
Schedule_RunResponse({
- Timestamp? scheduledRunTime,
- String runResponse = '',
Implementation
Schedule_RunResponse({this.scheduledRunTime, this.runResponse = ''})
: super(fullyQualifiedName);