RevokeAccessData constructor

RevokeAccessData({
  1. List<Tenant>? tenants,
})

Implementation

RevokeAccessData({
    this.tenants,
});