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