empty static method

MaskPoint empty()
override

create MaskPoint Empty

Implementation

static MaskPoint empty() {
  return MaskPoint({});
}