AbsolutePath.fromJson constructor

AbsolutePath.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

factory AbsolutePath.fromJson(Object? json) =>
    AbsolutePath(decodeAcpString(json));