WidgetTerm constructor

WidgetTerm({
  1. String? termId,
  2. String? pk,
  3. String? title,
  4. bool? agree,
  5. int? termType,
})

Implementation

WidgetTerm({this.termId, this.pk, this.title, this.agree, this.termType});