Admin class

Implemented types
Annotations
  • @JsonSerializable.new()

Constructors

Admin({required AdminId id, required String name, required String email, required String jobTitle, required bool awayModeEnabled, required bool awayModeReassign, required bool hasInboxSeat, required List<int> teamIds, required String avatar, required TeamPriorityLevel teamPriorityLevel})
Admin.fromJson(dynamic json)
factory

Properties

avatar String
final
awayModeEnabled bool
final
awayModeReassign bool
final
email String
final
hashCode int
The hash code for this object.
no setterinherited
hasInboxSeat bool
final
id AdminId
final
jobTitle String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamIds List<int>
final
teamPriorityLevel TeamPriorityLevel
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited