toJson method
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,
};
}