LibUtil class
Constructors
- LibUtil()
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
excludeWhiteSpace(
String string) → String -
getCodecsOfType(
String? codecs, int trackType) → String? -
isLineBreak(
int codeUnit) → bool -
isWhitespace(
int rune) → bool -
Returns
true
ifrune
represents a whitespace character. -
msToUs(
int timeMs) → int -
parseXsDateTime(
String value) → int -
startsWith(
List< int> source, List<int> checker) → bool