IntraNodeVisibilityConfig.fromJson constructor

IntraNodeVisibilityConfig.fromJson(
  1. Map json_
)

Implementation

IntraNodeVisibilityConfig.fromJson(core.Map json_)
  : this(enabled: json_['enabled'] as core.bool?);