LustreCsiDriverConfig.fromJson constructor

LustreCsiDriverConfig.fromJson(
  1. Map json_
)

Implementation

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