toJson method
Implementation
@override
Object toJson() => {
if (selectEntity case final selectEntity?)
'selectEntity': selectEntity.toJson(),
if (selectTimeRangeAndFeature case final selectTimeRangeAndFeature?)
'selectTimeRangeAndFeature': selectTimeRangeAndFeature.toJson(),
};