BusinessIntro class
Represents an introduction to a business.
Constructors
- BusinessIntro({String? title, String? message, Sticker? sticker})
-
Creates a BusinessIntro object.
const
-
BusinessIntro.fromJson(Map<
String, dynamic> json) -
Creates a BusinessIntro object from a JSON map.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
Optional. Message text of the business intro.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sticker → Sticker?
-
Optional. Sticker of the business intro.
final
- title → String?
-
Optional. Title text of the business intro.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this object to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited