asString static method

String? asString(
  1. SmartRateAccuracy? smartRateAccuracy
)

Get the String representation of a SmartRateAccuracy.

Implementation

static String? asString(SmartRateAccuracy? smartRateAccuracy) =>
    smartRateAccuracy?.toString();