path property
String
get
path
Implementation
String get path =>
parent != null ? "${parent!.path}/$collectionId" : collectionId;
String get path =>
parent != null ? "${parent!.path}/$collectionId" : collectionId;