flutterPackagePathParts property
Absolute path parts to the Flutter package; see hasFlutterPackage before resolving against the filesystem.
Implementation
List<String> get flutterPackagePathParts => [
...serverPackageDirectoryPathParts,
..._relativeFlutterPackagePathParts,
];