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