Map<String, dynamic> toJson() { return { "name": name, "type": type, "value": _EIP712Utils.eip712TypedDataV1ValueToJson(type, value) }; }