ResourceStatus constructor

ResourceStatus({
  1. List<String>? rulesNewerVersions,
  2. String? state,
})

Implementation

ResourceStatus({this.rulesNewerVersions, this.state});