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