DateRemindList constructor

DateRemindList([
  1. List<DateRemind> drl = const <DateRemind>[]
])

Create new list data

You can apply drl if you decide to import existed DateRemind

Implementation

DateRemindList([List<DateRemind> drl = const <DateRemind>[]]) : _drl = drl;