toJson method

Map<String, dynamic> toJson()

Implementation

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