empty static method

AccountData empty()
override

create AccountData Empty

Implementation

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