toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accessReason = this.accessReason;
  final accountUserListStatus = this.accountUserListStatus;
  final basicUserList = this.basicUserList;
  final closingReason = this.closingReason;
  final crmBasedUserList = this.crmBasedUserList;
  final description = this.description;
  final eligibleForDisplay = this.eligibleForDisplay;
  final eligibleForSearch = this.eligibleForSearch;
  final id = this.id;
  final integrationCode = this.integrationCode;
  final logicalUserList = this.logicalUserList;
  final lookalikeUserList = this.lookalikeUserList;
  final matchRatePercentage = this.matchRatePercentage;
  final membershipLifeSpan = this.membershipLifeSpan;
  final membershipStatus = this.membershipStatus;
  final name = this.name;
  final readOnly = this.readOnly;
  final resourceName = this.resourceName;
  final ruleBasedUserList = this.ruleBasedUserList;
  final similarUserList = this.similarUserList;
  final sizeForDisplay = this.sizeForDisplay;
  final sizeForSearch = this.sizeForSearch;
  final sizeRangeForDisplay = this.sizeRangeForDisplay;
  final sizeRangeForSearch = this.sizeRangeForSearch;
  final type = this.type;
  return {
    'accessReason': ?accessReason,
    'accountUserListStatus': ?accountUserListStatus,
    'basicUserList': ?basicUserList,
    'closingReason': ?closingReason,
    'crmBasedUserList': ?crmBasedUserList,
    'description': ?description,
    'eligibleForDisplay': ?eligibleForDisplay,
    'eligibleForSearch': ?eligibleForSearch,
    'id': ?id,
    'integrationCode': ?integrationCode,
    'logicalUserList': ?logicalUserList,
    'lookalikeUserList': ?lookalikeUserList,
    'matchRatePercentage': ?matchRatePercentage,
    'membershipLifeSpan': ?membershipLifeSpan,
    'membershipStatus': ?membershipStatus,
    'name': ?name,
    'readOnly': ?readOnly,
    'resourceName': ?resourceName,
    'ruleBasedUserList': ?ruleBasedUserList,
    'similarUserList': ?similarUserList,
    'sizeForDisplay': ?sizeForDisplay,
    'sizeForSearch': ?sizeForSearch,
    'sizeRangeForDisplay': ?sizeRangeForDisplay,
    'sizeRangeForSearch': ?sizeRangeForSearch,
    'type': ?type,
  };
}