toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adServerConfig != null) 'adServerConfig': adServerConfig!,
      if (dataAccessConfig != null) 'dataAccessConfig': dataAccessConfig!,
      if (displayName != null) 'displayName': displayName!,
      if (entityStatus != null) 'entityStatus': entityStatus!,
      if (exchangeConfig != null) 'exchangeConfig': exchangeConfig!,
      if (generalConfig != null) 'generalConfig': generalConfig!,
      if (name != null) 'name': name!,
      if (partnerId != null) 'partnerId': partnerId!,
      if (updateTime != null) 'updateTime': updateTime!,
    };