SmartSharding.fromJson constructor

SmartSharding.fromJson(
  1. Map json_
)

Implementation

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