PrefsModel class

Value for model.

Annotations
  • @freezed
  • @formValue
  • @immutable
  • @DocumentModelPath.new("app/prefs", adapter: "MasamuneModuleSimpleblogMasamuneAdapter.primary.prefsModelAdapter")

Constructors

PrefsModel({@Default.new(false) bool finishedIntroduction})
const
factory
PrefsModel.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $PrefsModelCopyWith<PrefsModel>
no setterinherited
finishedIntroduction bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

document → const _$PrefsModelDocumentQuery
Query for document.
form → const _$PrefsModelFormQuery
Query for form value.