matchFull static method

String matchFull(
  1. String name
)

Implementation

static String matchFull(String name) => '^${RegExp.escape(name)}\$';