isPaserk static method

bool isPaserk(
  1. String data
)

Implementation

static bool isPaserk(String data) {
  return data.startsWith('k4.');
}