explicitString static method

String explicitString(
  1. SLFloat x
)

Implementation

static String explicitString(SLFloat x) => x.toString();