description property

  1. @override
String get description
override

The description for the study protocol.

Implementation

@override
String get description => studyDescription?.description ?? '';
set description (String _description)
inherited

The description for the study protocol.

Implementation

String description;