removeDuplicatesEnabled method

bool removeDuplicatesEnabled()

是否开启去重复 (默认false; 如果开启,则相应的DataModel需要重写==和hashCode方法才有效)

Implementation

bool removeDuplicatesEnabled() {
  return false;
}