User constructor

User({
  1. String? phone,
  2. String? userId,
})

Implementation

User({this.phone, this.userId});