TsunamiComments constructor

TsunamiComments({
  1. String? free,
  2. TsunamiCommentsWarning? warning,
})

Implementation

TsunamiComments({
  this.free,
  this.warning,
});