fullPath property

List<String> get fullPath

Implementation

List<String> get fullPath => [...?parent?.fullPath, name];