AnnouncementBannerConfigurationUpdate class

Configuration of the announcement banner.

Constructors

AnnouncementBannerConfigurationUpdate({bool? isDismissible, bool? isEnabled, String? message, String? visibility})
AnnouncementBannerConfigurationUpdate.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDismissible bool
Flag indicating if the announcement banner can be dismissed by the user.
final
isEnabled bool
Flag indicating if the announcement banner is enabled or not.
final
message String?
The text on the announcement banner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility String?
Visibility of the announcement banner. Can be public or private.
final

Methods

copyWith({bool? isDismissible, bool? isEnabled, String? message, String? visibility}) AnnouncementBannerConfigurationUpdate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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