DoneNotification constructor
const
DoneNotification()
Constructs a DoneNotification.
Implementation
const DoneNotification() : super._(NotificationKind.done);
Constructs a DoneNotification.
const DoneNotification() : super._(NotificationKind.done);