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