UBlogCreateParams constructor
UBlogCreateParams({
- required List<
int> tags, - required String title,
- String? detail1,
- String? detail2,
- String? id,
- String? creatorId,
- List<
String> ? adminUserIds, - String? subtitle,
- String? slug,
- String? content,
- String? metaTitle,
- String? metaDescription,
- String? source,
- List<
String> ? categories, - List<
String> ? media, - String? code,
- String? description,
- String? type,
- String? actionType,
- String? actionTitle,
- String? actionUri,
- double? latitude,
- double? longitude,
- String? parentId,
- List<
UBlogCreateParams> ? children,
Implementation
UBlogCreateParams({
required this.tags,
required this.title,
this.detail1,
this.detail2,
this.id,
this.creatorId,
this.adminUserIds,
this.subtitle,
this.slug,
this.content,
this.metaTitle,
this.metaDescription,
this.source,
this.categories,
this.media,
this.code,
this.description,
this.type,
this.actionType,
this.actionTitle,
this.actionUri,
this.latitude,
this.longitude,
this.parentId,
this.relatedBlogs,
this.children,
});