Hide class

Constructors

Hide()

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

cloneRecuriveList({required List data, required List<HideRegExp> hideRegExps, bool ignoreError = false}) List
cloneRecuriveMap({required Map data, required List<HideRegExp> hideRegExps, bool ignoreError = false}) Map
hideData({required String data, required List<HideRegExp> hideRegExps, bool ignoreError = false}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obfocustData({required String mystring, int start = 5, int end = 5}) String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

dataToOrigin<T>({required T data, required List<HideRegExp> hideRegExps, bool ignoreError = false}) → T
dataToString({required dynamic data, required List<HideRegExp> hideRegExps, bool ignoreError = false}) String