isAbstract static method

bool isAbstract(
  1. String name
)

Implementation

static bool isAbstract(String name) => name.startsWith('\$\$');