Account constructor

Account({
  1. required String name,
})

Implementation

factory Account({required String name}) = _Account;