empty static method

CaptchaWord empty()
override

create CaptchaWord Empty

Implementation

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