SuperStickerMetadata.fromJson constructor

SuperStickerMetadata.fromJson(
  1. Map json_
)

Implementation

SuperStickerMetadata.fromJson(core.Map json_)
  : this(
      altText: json_['altText'] as core.String?,
      altTextLanguage: json_['altTextLanguage'] as core.String?,
      stickerId: json_['stickerId'] as core.String?,
    );