empty static method

AddContact empty()
override

create AddContact Empty

Implementation

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