RAction.fromJson(Map<String, dynamic> json) { type = json['type']; if (json['data'] != null) { data = parseData(json['data']); } }