LoadUsers constructor

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

Implementation

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