FlickerUser constructor
FlickerUser({
- String? username,
- FlickerRole? role,
Implementation
FlickerUser({this.username, this.role});
FlickerUser({this.username, this.role});