toJson method

Map<String, dynamic> toJson()

Implementation

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