toJson method

Map<String, dynamic> toJson()

Implementation

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