Future<MailQuery> with_subject( String subject, ) async { var MailQuery = await this; return MailQuery.with_subject( subject, ); }