JsUnpack class

P.A.C.K.E.R code decoder

Constructors

JsUnpack(String source)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source 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
unpack() String
Unpacks P.A.C.K.E.R. packed js code

Operators

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

Static Methods

detect(String html) bool
return true if contain P.A.C.K.E.R code