EpubConfig class

Configuration class used to initialise epuBear SDK instance.

Constructors

EpubConfig.new({required String user, required String info, required String key, required double dpi, String? masterCss, String? fontsPackagePath})
user, info and key parameters are used to activated SDK license.
const

Properties

dpi double
final
fontsPackagePath String?
final
hashCode int
The hash code for this object.
no setterinherited
info String
final
key String
final
masterCss String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String
final

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