endsWith method

bool endsWith(
  1. Symbol path
)

Implementation

bool endsWith(Symbol path) => channel.endsWith(path.channel);