util/common library
Extensions
Functions
-
isPunctuation(
String char) → bool - Returns true if the character is a punctuation mark.
-
logProjectDirIsNotAServerpodServerDirectory(
CommandLogger logger, [String? projectDir]) → void -
max<
T extends Comparable> (Iterable< T> values) → T - Returns the maximum value from an iterable of values, which must extend Comparable.