index method

int index(
  1. BuildContext context
)

Implementation

int index(BuildContext context) => bloc(context).list.indexOf(item);