empty static method

JsonValueNull empty()
override

create JsonValueNull Empty

Implementation

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