22 - (instancetype) initWithOwner: (
CBLModel*)owner
23 property: (
nullable NSString*)property
28 - (instancetype) initWithOwner: (
CBLModel*)owner
29 property: (
nullable NSString*)property
33 @property (readonly)
CBLArrayOf(NSString*)* docIDs;
#define NS_ASSUME_NONNULL_BEGIN
Definition: CBLBase.h:20
#define nullable
Definition: CBLBase.h:22
An array of CBLModel objects, that's actually backed by document IDs.
Definition: CBLModelArray.h:18
#define NS_ASSUME_NONNULL_END
Definition: CBLBase.h:21
Generic model class for CouchbaseLite documents.
Definition: CBLModel.h:24
CBLArrayOf(NSNumber *) *CBLGeoPointToCoordPair(CBLGeoPoint pt)
Converts a point to a JSON-compatible array of two coordinates.