Account constructor

Account({
  1. String name = "",
  2. String type = "",
  3. bool isGoogle = false,
})

Implementation

Account({this.name = "", this.type = "", this.isGoogle = false});