ExModelType enum

//////////////

Inheritance
Available extensions

Values

none → const ExModelType
book → const ExModelType
page → const ExModelType
frame → const ExModelType
contents → const ExModelType
user → const ExModelType
team → const ExModelType
enterprise → const ExModelType
channel → const ExModelType
watch_history → const ExModelType
playlist → const ExModelType
favorites → const ExModelType
subscription → const ExModelType
filter → const ExModelType
connected_user → const ExModelType
comment → const ExModelType
depot → const ExModelType
host → const ExModelType
site → const ExModelType
notice → const ExModelType
schedule → const ExModelType
template → const ExModelType
tenant → const ExModelType
license → const ExModelType
scrshot → const ExModelType
demo → const ExModelType
end → const ExModelType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

fromInt(int? val) ExModelType
validCheck(int val) int

Constants

values → const List<ExModelType>
A constant List of the values in this enum, in order of their declaration.