ECommercePlatformLinkInfo.fromJson constructor

ECommercePlatformLinkInfo.fromJson(
  1. Map json_
)

Implementation

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