ApsAlert class

Constructors

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

Properties

actionLocKey → String?
final
body → String?
final
hashCode → int
The hash code for this object.
no setterinherited
launchImage → String?
final
locArgs → List<String>?
final
locKey → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subtitle → String?
final
subtitleLocArgs → List<String>?
final
subtitleLocKey → String?
final
title → String?
final
titleLocArgs → List<String>?
final
titleLocKey → String?
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