convert_consts library
Classes
Constants
- BASE64 → const Base64Codec
- double_INFINITY → const double
- double_MAX_FINITE → const double
- double_NAN → const double
- double_NEGATIVE_INFINITY → const double
- Duration_ZERO → const Duration
- JSON → const JsonCodec
- Math_E → const double
- Math_LN10 → const double
- Math_LN2 → const double
- Math_LOG10E → const double
- Math_LOG2E → const double
- Math_PI → const double
- Math_SQRT1_2 → const double
- Math_SQRT2 → const double
- UTF8 → const Utf8Codec
Functions
-
bigIntegerToByteArray(
BigInt data) → List< int> -
bigIntegerToRadix(
BigInt value, int radix) → String -
clip16(
int x) → int -
clip32(
int x) → int -
newBigInteger(
[dynamic a, dynamic b, dynamic c]) → dynamic -
newBigIntegerFromBytes(
int signum, List< int> magnitude) → dynamic -
socketJoinMulticast(
Object socket, Object group, [Object? interface]) → void