Schedule_RunResponse constructor

Schedule_RunResponse({
  1. Timestamp? scheduledRunTime,
  2. String runResponse = '',
})

Implementation

Schedule_RunResponse({this.scheduledRunTime, this.runResponse = ''})
  : super(fullyQualifiedName);