BookConfig class
Constructors
-
BookConfig(String filename, Map<
String, dynamic> values) -
const
- BookConfig.withDefault(String filename)
Properties
Methods
-
merge(
Map< String, dynamic> v) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
opt<
T> (String key, T defVal) → T -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → dynamic -
operator []=(
String key, dynamic value) → void
Static Methods
-
schemaDefault(
{Map< String, dynamic> ? defaults}) → Map<String, dynamic>