ModErrorHelper class

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<int>
getter/setter pair
msgs Map<int, String>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEntry(int code) String?
getOffset() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEntry(int code, String str) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getInstance(String def) ModErrorHelper