@override Object toJson() => { 'entityType': entityType, 'entityId': entityId, if (featureSelector != null) 'featureSelector': featureSelector!.toJson(), };