Map<String, dynamic> toJson() { return {'displayId': displayId, 'name': name, if (flags != null) 'flags': flags, if (rotation != null) 'rotation': rotation}; }