toJson method

  1. @override
Object toJson()
override

Implementation

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