layer method

Future<ILPLayer> layer(
  1. int index
)

Implementation

Future<ILPLayer> layer(int index) => _source.layer(index);