toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (delegates != null) 'delegates': delegates!,
  if (lifetime != null) 'lifetime': lifetime!,
  if (scope != null) 'scope': scope!,
};