PublisherProfileMobileApplication.fromJson constructor
PublisherProfileMobileApplication.fromJson(
- Map json_
Implementation
PublisherProfileMobileApplication.fromJson(core.Map json_)
: this(
appStore: json_['appStore'] as core.String?,
externalAppId: json_['externalAppId'] as core.String?,
name: json_['name'] as core.String?,
);