static KeyData fromJson(Map<String, dynamic> data) { return KeyData(data: data['data'], error: FireblocksError.fromJsonMap(data['error'])); }