BusinessIntro constructor
const
BusinessIntro({})
Creates a BusinessIntro object.
Implementation
const factory BusinessIntro({
/// Optional. Title text of the business intro.
@JsonKey(name: 'title') String? title,
/// Optional. Message text of the business intro.
@JsonKey(name: 'message') String? message,
/// Optional. Sticker of the business intro.
@JsonKey(name: 'sticker') Sticker? sticker,
}) = _BusinessIntro;