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