ImageRegistryConfig class final

Settings for the images: config section (~/.fah/config.yaml).

Constructors

ImageRegistryConfig({bool enabled = true, int maxPerRequest = defaultMaxImagesPerRequest})
const

Properties

enabled bool
Kill switch: images.registry: false reproduces today's request shape byte-for-byte (no rewrite at all).
final
hashCode int
The hash code for this object.
no setterinherited
maxPerRequest int
Per-request cap on unique images (images.maxPerRequest).
final
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
toString() String
A string representation of this object.
inherited

Operators

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