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