AttendeeRole enum Null safety
Constructors
- AttendeeRole()
-
const
Values
- None → const AttendeeRole
-
const AttendeeRole(0)
- Required → const AttendeeRole
-
const AttendeeRole(1)
- Optional → const AttendeeRole
-
const AttendeeRole(2)
- Resource → const AttendeeRole
-
const AttendeeRole(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AttendeeRole> -
A constant List of the values in this enum, in order of their declaration.
[None, Required, Optional, Resource]