<itemvalue="The number of microseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC). This value is independent of the time zone. This value is at most 8,640,000,000,000,000,000us (100,000,000 days) from the Unix epoch. In other words: `microsecondsSinceEpoch.abs() <= 8640000000000000000`. Note that this value does not fit into 53 bits (the size of a IEEE double). A JavaScript number is not able to hold this value."/>
<itemvalue="The number of milliseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC). This value is independent of the time zone. This value is at most 8,640,000,000,000,000ms (100,000,000 days) from the Unix epoch. In other words: `millisecondsSinceEpoch.abs() <= 8640000000000000`."/>
<itemvalue="A [Slidable] notification that can bubble up the widget tree. You can determine the type of a notification using the `is` operator to check the [runtimeType] of the notification. To listen for notifications in a subtree, use a [SlidableNotificationListener]. To send a notification, call [dispatch] on the notification you wish to send. The notification will be delivered to the closest [SlidableNotificationListener] widget."/>
<itemvalue="Called when a notification of the appropriate arrives at this location in the tree."/>
<itemvalue="The widget directly below this widget in the tree. This is not necessarily the widget that dispatched the notification. {@macro flutter.widgets.child}"/>
<itemvalue="A widget that listens for [SlidableNotification]s bubbling up the tree. To dispatch notifications, use the [SlidableNotification.dispatch] method."/>
<itemvalue="Whether [other] is a `String` with the same sequence of code units. This method compares each individual code unit of the strings. It does not check for Unicode equivalence. For example, both the following strings represent the string 'Amélie', but due to their different encoding, are not equal: ```dart 'Am\xe9lie' == 'Ame\u{301}lie'; false ``` The first string encodes 'é' as a single unicode code unit (also a single rune), whereas the second string encodes it as 'e' with the combining accent character '◌́'."/>
<itemvalue="A hash code derived from the code units of the string. This is compatible with [operator ==]. Strings with the same sequence of code units have the same hash code."/>
<itemvalue="Called to veto attempts by the user to dismiss the enclosing [ModalRoute]. If the callback returns a Future that resolves to false, the enclosing route will not be popped."/>
<itemvalue="Delete registered Class Instance [S] (or [tag]) and, closes any open controllers `DisposableInterface`, cleans up the memory Deletes the Instance<[S]>, cleaning the memory. - [tag] Optional "tag" used to register the Instance - [key] For internal usage, is the processed key used to register the Instance. don't use it unless you know what you are doing. Deletes the Instance<[S]>, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional "tag" used to register the Instance - [key] For internal usage, is the processed key used to register the Instance. don't use it unless you know what you are doing. - [force] Will delete an Instance even if marked as `permanent`."/>
<itemvalue="Deletes the Instance<[S]>, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional "tag" used to register the Instance - [key] For internal usage, is the processed key used to register the Instance. don't use it unless you know what you are doing. - [force] Will delete an Instance even if marked as `permanent`."/>
<itemvalue="Operation was rejected because the system is not in a state required for the operation's execution. If performing a query, ensure it has been indexed via the Firebase console."/>