CustomEmojiPayload.fromJson constructor
CustomEmojiPayload.fromJson(
- Map json_
Implementation
CustomEmojiPayload.fromJson(core.Map json_)
: this(
fileContent: json_['fileContent'] as core.String?,
filename: json_['filename'] as core.String?,
);