BrandEntity class

Constructors

BrandEntity({required int id, required String name, required bool hidden, String? description, String? link, String? videoLink, String? image, String? seoTitle, String? seoDescription})
const

Properties

description String?
final
hashCode int
The hash code for this object.
no setterinherited
hidden bool
final
id int
final
image String?
final
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seoDescription String?
final
seoTitle String?
final
final

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