UserExInfo constructor

UserExInfo({
  1. String? userID,
  2. String? ex,
})

Implementation

UserExInfo({this.userID, this.ex});