apiEndpoint property

String apiEndpoint

Implementation

String get apiEndpoint =>
    '/' + (apiPath?.split('/').sublist(3).join('/') ?? '');