ref property

DocumentReference<Object?>? ref
getter/setter pairoverride-getter

Store the DocumentReference of this DBModel which will represent a document in Firestore. All DBModel which is return from FirebaseRepository.fromSnapshot should have a ref.

Otherwise can be null.

Implementation

DocumentReference? ref;