UserAccount constructor

UserAccount(
  1. String timezone,
  2. String dateFormat,
  3. bool time24hr,
  4. String? coverImage,
)

Implementation

UserAccount(this.timezone, this.dateFormat, this.time24hr, this.coverImage);