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