UCategoryResponse constructor
UCategoryResponse({
- required String id,
- required DateTime createdAt,
- required UCategoryJson jsonData,
- required List<
int> tags, - required String title,
- required List<
String> adminUserIds, - String? code,
- String? parentId,
- int? order,
- List<
UCategoryResponse> ? children, - List<
UMediaResponse> ? media, - UUserResponse? creator,
- String? creatorId,
Implementation
UCategoryResponse({
required this.id,
required this.createdAt,
required this.jsonData,
required this.tags,
required this.title,
required this.adminUserIds,
this.code,
this.parentId,
this.order,
this.children,
this.media,
this.creator,
this.creatorId,
});