toJson method

Map<String, dynamic> toJson()

Implementation

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