User constructor

User({
  1. String? email,
})

Implementation

User({this.email});