parent property
Returns the parent DocumentReference
of this collection or null
.
If this collection is a root collection, null
is returned.
Implementation
@override
// TODO: implement parent
DocumentReference<Map<String, dynamic>>? get parent =>
throw UnimplementedError();