SafeHtmlProto.fromJson constructor
SafeHtmlProto.fromJson(
- Map json_
Implementation
SafeHtmlProto.fromJson(core.Map json_)
: this(
privateDoNotAccessOrElseSafeHtmlWrappedValue:
json_.containsKey('privateDoNotAccessOrElseSafeHtmlWrappedValue')
? json_['privateDoNotAccessOrElseSafeHtmlWrappedValue']
as core.String
: null,
);