UContentCreateParams constructor
UContentCreateParams({
- required List<
int> tags, - String? title,
- String? detail1,
- String? detail2,
- String? imageBase64,
- String? iconBase64,
- String? buttonText,
- String? buttonLink,
- String? link,
- int? order,
- String? instagram,
- String? id,
- String? creatorId,
- List<
String> ? adminUserIds, - String? description,
- String? subTitle,
- String? telegram,
- String? whatsapp,
- String? phone,
- List<
UContentLink> links = const <UContentLink>[], - List<
UContentItem> items = const <UContentItem>[], - List<
String> ? media,
Implementation
UContentCreateParams({
required this.tags,
this.title,
this.detail1,
this.detail2,
this.imageBase64,
this.iconBase64,
this.buttonText,
this.buttonLink,
this.link,
this.order,
this.instagram,
this.id,
this.creatorId,
this.adminUserIds,
this.description,
this.subTitle,
this.telegram,
this.whatsapp,
this.phone,
this.links = const <UContentLink>[],
this.items = const <UContentItem>[],
this.media,
});