menu
isar package
documentation
isar.dart
QueryExecuteDateAggregation<OBJ>
max method
max method
dark_mode
light_mode
max
method
Future
<
DateTime
?
>
max
(
)
Returns the maximum value of this query.
Implementation
Future<DateTime?> max() => build().max();
isar package
documentation
isar
QueryExecuteDateAggregation<OBJ>
max method
QueryExecuteDateAggregation extension on
QueryBuilder
<
OBJ
,
DateTime
?
,
QQueryOperations
>