toJson method
Implementation
Map<String, dynamic> toJson() {
final fragmentSelectorType = this.fragmentSelectorType;
final timestampRange = this.timestampRange;
return {
'FragmentSelectorType': fragmentSelectorType.toValue(),
'TimestampRange': timestampRange,
};
}