RemList constructor

RemList(
  1. String title, {
  2. String id = '',
})

Implementation

RemList(this.title, {this.id = ''});