ChannelProfileInstagramConfig.fromJson constructor

ChannelProfileInstagramConfig.fromJson(
  1. Map json_
)

Implementation

ChannelProfileInstagramConfig.fromJson(core.Map json_)
  : this(
      description: json_['description'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      instagramAccountId: json_['instagramAccountId'] as core.String?,
      thumbnailUrl: json_['thumbnailUrl'] as core.String?,
    );