makeRef method

String makeRef()

Implementation

String makeRef() {
  _ref++;
  return "$_ref";
}