Future<List<T>> query<T>( Condition<T>? condition, { QueryProperty<T, dynamic>? orderBy, int? flags, int? offset, int? limit, });