WebLabel.fromJson constructor

WebLabel.fromJson(
  1. Map json_
)

Implementation

WebLabel.fromJson(core.Map json_)
    : this(
        label: json_['label'] as core.String?,
        languageCode: json_['languageCode'] as core.String?,
      );