isTinkRef function

bool isTinkRef(
  1. String str
)

Implementation

bool isTinkRef(String str) => str.startsWith(tinkRefProtocol);