Routine constructor

Routine({
  1. String? definitionBody,
  2. String? routineType,
})

Implementation

Routine({this.definitionBody, this.routineType});