PhoneLog constructor

PhoneLog(
  1. DateTime start,
  2. DateTime end, [
  3. List<PhoneCall> phoneLog = const []
])

Implementation

PhoneLog(this.start, this.end, [this.phoneLog = const []]) : super();