ECommercePlatformLinkInfo.fromJson constructor

ECommercePlatformLinkInfo.fromJson(
  1. Map json_
)

Implementation

ECommercePlatformLinkInfo.fromJson(core.Map json_)
    : this(
        externalAccountId: json_['externalAccountId'] as core.String?,
      );