NewsReferencesType enum
Values
- calendarEvent → const NewsReferencesType
- pin → const NewsReferencesType
- taskList → const NewsReferencesType
- link → const NewsReferencesType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromStr(
String typeStr) → NewsReferencesType?
Constants
-
values
→ const List<
NewsReferencesType> - A constant List of the values in this enum, in order of their declaration.