InputBusinessIntro constructor

const InputBusinessIntro({
  1. required String title,
  2. required String description,
  3. InputDocumentBase? sticker,
})

Input Business Intro constructor.

Implementation

const InputBusinessIntro({
  required this.title,
  required this.description,
  this.sticker,
}) : super._();