PublisherProfileMobileApplication.fromJson constructor

PublisherProfileMobileApplication.fromJson(
  1. 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?,
    );