fileEndpointUri property

String get fileEndpointUri

The URL for the file end point for this CarpService.

Implementation

String get fileEndpointUri =>
    "${_app!.uri.toString()}/api/studies/${_app!.studyId}/files";