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