MBAdminPushSettings class

This object is used to setup push notifications when creating or updating a section

Constructors

MBAdminPushSettings({required bool wantsPush, String? pushBody})
Initializes the push notificatification settings

Properties

hashCode int
The hash code for this object.
no setterinherited
pushBody String?
An optional body for the push notification
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wantsPush bool
If a notification should be sent
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toForm() List<MBMultipartForm>?
Converts this object to a list of multipart forms
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited