InputBusinessIntro constructor
const
InputBusinessIntro({
- required String title,
- required String description,
- InputDocumentBase? sticker,
Input Business Intro constructor.
Implementation
const InputBusinessIntro({
required this.title,
required this.description,
this.sticker,
}) : super._();