operator [] method

void operator [](
  1. dynamic suffix
)

Implementation

void operator [](dynamic suffix) => call(suffix);