isPredefined property

  1. @override
bool get isPredefined
override

Whether the date range is predefined by the application.

true if the date range is defined by the application; false if it's a custom date range specified by the user.

Implementation

@override
bool get isPredefined => true;