$TagSettings.fromJson constructor
$TagSettings.fromJson(
- Map json_
Implementation
$TagSettings.fromJson(core.Map json_)
: this(
dynamicTagEnabled: json_['dynamicTagEnabled'] as core.bool?,
imageTagEnabled: json_['imageTagEnabled'] as core.bool?,
);