@override Map<String, dynamic> toJson() { return { "name": name, "order": order.toJson(), "attributes": attributes, "objType": _objType }; }