WindowsHeader class

A header that groups multiple Windows notifications.

Constructors

WindowsHeader.new({required String id, required String title, required String arguments, WindowsHeaderActivation? activation})
Creates a Windows header.
const

Properties

activation WindowsHeaderActivation?
Specifies how the application will open.
final
arguments String
An application-defined payload that will be passed back when pressed.
final
hashCode int
The hash code for this object.
no setterinherited
id String
A unique ID for this header.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the header.
final

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