$ConfigInterface class sealed

An object describing the configuration of the web app.

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

folder String?
The folder in the user's files that contains the recipes.
no setter
hashCode int
The hash code for this object.
no setterinherited
printImage bool?
True, if the user wished to print the recipe images with the rest of the recipes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateInterval int?
The interval between automatic rescans to rebuild the database cache in minutes.
no setter
visibleInfoBlocks VisibleInfoBlocks?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($ConfigInterfaceBuilder)) $ConfigInterface
Rebuilds the instance.
toBuilder() $ConfigInterfaceBuilder
Converts the instance to a builder $ConfigInterfaceBuilder.
toString() String
A string representation of this object.
inherited

Operators

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