AbsolutePath.fromJson constructor
AbsolutePath.fromJson(
- Object? json
Decodes a wire string.
Implementation
factory AbsolutePath.fromJson(Object? json) =>
AbsolutePath(decodeAcpString(json));
Decodes a wire string.
factory AbsolutePath.fromJson(Object? json) =>
AbsolutePath(decodeAcpString(json));