SeniorDebug constructor

SeniorDebug([
  1. String initialMessage = ''
])

Implementation

SeniorDebug([
  this.initialMessage = '',
]);