McfDataProfileInfo.fromJson constructor

McfDataProfileInfo.fromJson(
  1. Map json_
)

Implementation

McfDataProfileInfo.fromJson(core.Map json_)
  : this(
      accountId: json_['accountId'] as core.String?,
      internalWebPropertyId: json_['internalWebPropertyId'] as core.String?,
      profileId: json_['profileId'] as core.String?,
      profileName: json_['profileName'] as core.String?,
      tableId: json_['tableId'] as core.String?,
      webPropertyId: json_['webPropertyId'] as core.String?,
    );