Decodes a JSON-compatible wire value.
@override Terminal decode(Object? value) => Terminal.fromJson(decodeAcpObject(value));