description property

  1. @override
String description
override

The description for the study protocol.

Implementation

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

The description for the study protocol.

Implementation

String description;