ILBSubsettingConfig.fromJson constructor

ILBSubsettingConfig.fromJson(
  1. Map json_
)

Implementation

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