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