makeEmptyState method

dynamic makeEmptyState ()

Implementation

static makeEmptyState() {
  return State(new Map());
}