LocationPolicyLocationConstraints.fromJson constructor
LocationPolicyLocationConstraints.fromJson(
- Map json_
Implementation
LocationPolicyLocationConstraints.fromJson(core.Map json_)
: this(
maxCount: json_['maxCount'] as core.int?,
);