WindowsRow class
A group of notification content that must be displayed as a whole row.
See: https://learn.microsoft.com/en-us/uwp/schemas/tiles/toastschema/element-group
Constructors
-
WindowsRow.new(List<
WindowsColumn> columns) -
Makes a group of multiple columns.
const
Properties
-
columns
→ List<
WindowsColumn> -
The different columns being grouped together.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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