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