LoadGroups constructor

const LoadGroups({
  1. String? searchKeyword,
  2. bool silent = false,
})

Implementation

const LoadGroups({this.searchKeyword, this.silent = false});