toJson method

Map<String, dynamic> toJson()

Implementation

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