filename method

String filename(
  1. String studyId
)

Current path and filename according to this format:

carp/protocols/protocol-<study_id>.json

Implementation

String filename(String studyId) =>
    '${Settings().localApplicationPath}/protocols/protocol-$studyId.json';