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