packageScheme property Null safety
final
The scheme of the package for this frame, e.g. "dart" for dart:core/errors_patch.dart or "package" for package:flutter/src/widgets/text.dart.
The path property refers to the source file.
Implementation
final String packageScheme;