AppScopeList constructor

AppScopeList({
  1. required int total,
  2. required List<AppScope> scopes,
})

Implementation

AppScopeList({
  required this.total,
  required this.scopes,
});