BaseSetting class abstract

Mixed in types

Constructors

BaseSetting()

Properties

hashCode int
The hash code for this object.
no setterinherited
initProccess List<Future Function()>
Override lại thứ tự/ thêm bớt,... nếu cần
no setter
procMessage String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableMessage String
getter/setter pairinherited

Methods

handelException(dynamic e, {String? subTitle}) → dynamic
inherited
initData({bool isStepByStep = false, dynamic onEachSuccess()?}) Future
initImage({bool reload = false}) Future
inherited
initMessage({bool reload = false, int? languageId}) Future
inherited
initParameter({bool reload = false, required dynamic init(Map<String, Object> data)}) Future
inherited
initPicker({bool reload = false}) Future
inherited
loadMessageFromLocal() Future<Map<String, String>>
inherited
loadMessageFromSQL({required int languageId}) Future<Map<String, String>>
inherited
loadParameterFromLocal() Future<Map<String, Object>>
inherited
loadParameterFromSQL() Future<Map<String, Object>>
inherited
log(dynamic e, {String? subTitle}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveMessageToLocal({required Map<String, String> map}) Future
inherited
saveParameterToLocal({required Map<String, Object> map}) Future
inherited
toString() String
A string representation of this object.
inherited
updateHasGetMessage() Future
inherited
updateHasGetParamter() Future
inherited

Operators

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