Settings class

Constructors

Settings.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkDotIgnores() → dynamic
checkToken() Map<String, dynamic>
cleanMainData(String data) String
createFile(Map<String, dynamic> data) → void
createFileWithContent(String path, String content) → void
createJwt(String apiKey) Map<String, dynamic>
loadFile() Map<String, dynamic>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathChecker(String path) bool
secretKeyMaker(String data) String
toString() String
A string representation of this object.
inherited
yamlToMap(String yaml) Map<String, dynamic>

Operators

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