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