isPrivate method

bool isPrivate(
  1. String id
)

Implementation

bool isPrivate(String id) => id.startsWith(privatePrefix);