name property
String
get
name
The name of the referenced collection.
Implementation
String get name => path.split('/').last;
The name of the referenced collection.
String get name => path.split('/').last;