Terms constructor

Terms({
  1. List? text,
})

Implementation

Terms({
  this.text,
});