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
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