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