SafeHtmlProto.fromJson constructor

SafeHtmlProto.fromJson(
  1. Map json_
)

Implementation

SafeHtmlProto.fromJson(core.Map json_)
  : this(
      privateDoNotAccessOrElseSafeHtmlWrappedValue:
          json_['privateDoNotAccessOrElseSafeHtmlWrappedValue']
              as core.String?,
    );