SAhow to achieve something like this using freezed class Todo { Todo( this.description, { this.completed = false, String? id, }) : id = id ?? _uuid.v4(); final String id; final String description; final bool completed; }Comment·Article·Aug 21, 2022·Freezed, or even more code generation