Future<MailQuery> between( DateTime start, DateTime end, ) async { var MailQuery = await this; return MailQuery.between( start, end, ); }