empty static method

TextEntity empty()
override

create TextEntity Empty

Implementation

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