Banner class

Constructors

Banner.fromJson(String source)
factory
Banner.fromMap(Map<String, dynamic> map)
factory

Properties

activated bool
final
categoryId String?
final
clientId String
final
createdAt String
final
data Map?
final
deletedAt String?
final
endsAt String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
imageUrl String
final
name String
final
productId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startsAt String
final
url String
final

Methods

copyWith({String? id, String? clientId, String? imageUrl, String? url, String? name, Map? data, String? categoryId, String? productId, bool? activated, String? startsAt, String? endsAt, String? createdAt, String? deletedAt}) Banner
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant Banner other) bool
The equality operator.
override