FlickerUser constructor

FlickerUser({
  1. String? username,
  2. FlickerRole? role,
})

Implementation

FlickerUser({this.username, this.role});