MessageInitMixin mixin

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
procMessage String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableMessage String
getter/setter pair

Methods

handelException(dynamic e, {String? subTitle}) → dynamic
inherited
initMessage({bool reload = false, int? languageId}) Future
loadMessageFromLocal() Future<Map<String, String>>
loadMessageFromSQL({required int languageId}) Future<Map<String, String>>
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
toString() String
A string representation of this object.
inherited
updateHasGetMessage() Future

Operators

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