ReadModel constructor
const
ReadModel({
- required String id,
- @Default.new(ModelTimestamp()) ModelTimestamp time,
Implementation
const factory ReadModel({
required String id,
@Default(ModelTimestamp()) ModelTimestamp time,
}) = _ReadModel;