failedCheck static method

String failedCheck(
  1. String name
)

Implementation

static String failedCheck(String name) =>
    "You did not passed the $name check";