collection property

  1. @override
NSID get collection
override

Returns the collection.

Implementation

@override
NSID get collection =>
    NSID.parse((pathname.split('/')..removeWhere((s) => s.isEmpty)).first);