IndoorSectionNotice class
Explains an issue encountered in an indoor Section.
Constructors
Properties
- code ↔ IndoorSectionNoticeCode
-
The indoor notice code.
getter/setter pair
-
details
↔ List<
IndoorSectionNoticeDetails> -
Detailed descriptions of the notice.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity ↔ NoticeSeverity
-
The severity of the notice.
getter/setter pair
- title ↔ String
-
The notice title providing a short summary of the issue.
getter/setter pair
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.