$TagSettings.fromJson constructor

$TagSettings.fromJson(
  1. Map json_
)

Implementation

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