staticBoolToString function

String staticBoolToString(
  1. bool value
)

Implementation

String staticBoolToString(bool value) => value.toString();