empty static method

JsonValueArray empty()
override

create JsonValueArray Empty

Implementation

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