ModifierId.empty constructor

ModifierId.empty()

Implementation

factory ModifierId.empty() {
  return ModifierId(Uint8List(modifierIdSize));
}