ChannelSettings class
Constructors
- ChannelSettings({required String channelId, required int importance, required bool isCanBypassDns, required bool isCanShowBadge, required bool isShouldVibrate, required bool isShouldShowLights})
- ChannelSettings.fromMap(Map map)
-
factory
Properties
- channelId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- importance ↔ int
-
getter/setter pair
- isCanBypassDns ↔ bool
-
getter/setter pair
- isCanShowBadge ↔ bool
-
getter/setter pair
- isShouldShowLights ↔ bool
-
getter/setter pair
- isShouldVibrate ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? channelId, int? importance, bool? isCanBypassDns, bool? isCanShowBadge, bool? isShouldVibrate, bool? isShouldShowLights}) → ChannelSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override