PrefsModel constructor

const PrefsModel({
  1. @Default.new(false) bool finishedIntroduction,
})

Implementation

const factory PrefsModel({
  @Default(false) bool finishedIntroduction,
}) = _PrefsModel;