ReminderType constructor

ReminderType({
  1. String? id,
  2. String? name,
  3. String? pictureUrl,
  4. bool isCustomByUser = false,
})

Implementation

ReminderType(
    {this.id, this.name, this.pictureUrl, this.isCustomByUser = false});