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