apiPath property
PcoResources include their own path as a link object but this might be null if we haven't created/fetched the object yet Child classes should redefine this getter to allow for manual path overrides
Implementation
@override
String get apiPath => links['self'] ?? _apiPathOverride ?? super.apiPath;