groups method

Hook groups(
  1. List<String> groups
)
inherited

Set hook groups

Implementation

Hook groups(List<String> groups) {
  _groups = groups;
  return this;
}