toJson method

Map<String, dynamic> toJson()

Implementation

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