EntityTemplate constructor
const
EntityTemplate({
- required String id,
- @Default(null) String? rev,
- @Default(null) int? deletionDate,
- @Default(null) String? userId,
- @Default(null) String? descr,
- @Default(null) Set<
String> ? keywords, - @Default(null) String? entityType,
- @Default(null) String? subType,
- @Default(null) bool? defaultTemplate,
- @Default([]) List<
Map< entity,String, dynamic> >
Implementation
const factory EntityTemplate({
required String id,
@Default(null) String? rev,
@Default(null) int? deletionDate,
@Default(null) String? userId,
@Default(null) String? descr,
@Default(null) Set<String>? keywords,
@Default(null) String? entityType,
@Default(null) String? subType,
@Default(null) bool? defaultTemplate,
@Default([]) List<Map<String, dynamic>> entity,
}) = _EntityTemplate;