APIPath.empty constructor

APIPath.empty()

Implementation

APIPath.empty()
    : parameters = <APIParameter?>[],
      operations = <String, APIOperation?>{};