common library
Extensions
- AutoWrapString on String
-
ConsulHexList
on List<
int> - ConsulIntExtensions on int
-
ConsulIterableOps
on Iterable<
E> - ConsulKotlinEsqueOps on T
-
ConsulListExtensions
on List<
E> - ConsulStringExtensions on String
Properties
- ansiMatcher → RegExp
-
final
- ansiReset → String
-
final
Functions
-
ansiStripped(
String it) → String -
require(
bool check, String message, String value) → dynamic -
Throw an ArgumentError with
message
andvalue
ifcheck
is false. -
safely(
Function block) → dynamic -
Execute
block
, ignoring any exceptions, merely logging them vialogError
.