ApplicationSearchCriteria constructor

ApplicationSearchCriteria({
  1. String name,
  2. ObjectState state,
  3. String tenantId,
})

Implementation

ApplicationSearchCriteria({this.name, this.state, this.tenantId});