same static method

String same(
  1. dynamic other
)

Ensure a form field value is same as other

Implementation

static String same(dynamic other) => "same:$other";