EntityGrantSearchResponse constructor

EntityGrantSearchResponse({
  1. List<EntityGrant> grants,
  2. num total,
})

Implementation

EntityGrantSearchResponse({this.grants, this.total});