BookConfig class

Constructors

BookConfig(String filename, Map<String, dynamic> values)
const
BookConfig.withDefault(String filename)

Properties

filename String
final
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, dynamic>
final

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>