toJson method

Map<String, dynamic> toJson()

Implementation

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