@pragma("vm:entry-point") factory Link.fromRawPath(Uint8List rawPath) { // TODO(bkonyi): handle overrides return new _Link.fromRawPath(rawPath); }