MmUserAutocompleteInChannel constructor

MmUserAutocompleteInChannel({
  1. List<MmUser> inChannel = const [],
  2. List<MmUser> outOfChannel = const [],
})

Returns a new MmUserAutocompleteInChannel instance.

Implementation

MmUserAutocompleteInChannel({
  this.inChannel = const [],
  this.outOfChannel = const [],
});