AppBanner class

Constructors

AppBanner.new({String? buttonTextColor, String? buttonColor, String? buttonText, String? type, String? id, bool? isActive, String? identifier, int? sequence, BannerContent? content, String? link})
AppBanner.fromJson(Map<String, dynamic> json)
factory

Properties

buttonColor String?
getter/setter pair
buttonText String?
getter/setter pair
buttonTextColor String?
getter/setter pair
content BannerContent?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
identifier String?
getter/setter pair
isActive bool?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
getter/setter pair
type String?
getter/setter pair

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