subjects property

List<String> subjects

Implementation

List<String> get subjects =>
    _model.subjects.map((s) => base64.encode(s)).toList();