toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final windowAfter = this.windowAfter;
  final windowBefore = this.windowBefore;
  return {'windowAfter': ?windowAfter, 'windowBefore': ?windowBefore};
}