loadedTimestampProperty method

QueryBuilder<DbContactList, (R1, R2, int?), QOperations> loadedTimestampProperty()

Implementation

QueryBuilder<DbContactList, (R1, R2, int?), QOperations>
    loadedTimestampProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(10);
  });
}