extraId static method

String extraId(
  1. int index
)

Layout id of the extra slot with index.

Implementation

static String extraId(int index) => 'extra_$index';