UserAccountData.createEmpty constructor

UserAccountData.createEmpty()

Implementation

factory UserAccountData.createEmpty(){
  return UserAccountData();
}