Api<I, O> constructor

Api<I, O>(
  1. String name
)

Implementation

Api(
  String name
) : _name = name;