startsWith method

bool startsWith(
  1. String token
)

Implementation

bool startsWith(String token) => name.startsWith(token);