BrandPartner.fromJson constructor

BrandPartner.fromJson(
  1. Map json_
)

Implementation

BrandPartner.fromJson(core.Map json_)
  : this(
      channelHandle: json_['channelHandle'] as core.String?,
      channelId: json_['channelId'] as core.String?,
    );