ApsAlert extension type

Aps alert

on
Implemented types
Available extensions

Constructors

ApsAlert({String? title, String? subtitle, String? body, String? locKey, JSArray<JSString>? locArgs, String? titleLocKey, JSArray<JSString>? titleLocArgs, String? subtitleLocKey, JSArray<JSString>? subtitleLocArgs, String? actionLocKey, String? launchImage})
Constructor

Properties

actionLocKey String?
actionLocKey
no setter
body String?
body
no setter
hashCode int
The hash code for this object.
no setterinherited
launchImage String?
launchImage
no setter
locArgs JSArray<JSString>?
locArgs
no setter
locKey String?
locKey
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
subtitle
no setter
subtitleLocArgs JSArray<JSString>?
subtitleLocArgs
no setter
subtitleLocKey String?
subtitleLocKey
no setter
title String?
title
no setter
titleLocArgs JSArray<JSString>?
titleLocArgs
no setter
titleLocKey String?
titleLocKey
no setter

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