EewComments constructor

EewComments({
  1. String? free,
  2. EewCommentsWarning? warning,
})

Implementation

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