SmartSharding.fromJson constructor
SmartSharding.fromJson(
- Map json_
Implementation
SmartSharding.fromJson(core.Map json_)
: this(
targetedShardDuration: json_.containsKey('targetedShardDuration')
? json_['targetedShardDuration'] as core.String
: null,
);