toJson method

Map<String, dynamic> toJson()

Implementation

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