documentTitle property
Implementation
String get documentTitle {
if (contentDetail.documentTitle == null) {
throw Exception('documentTitle is null');
}
return contentDetail.documentTitle!;
}
String get documentTitle {
if (contentDetail.documentTitle == null) {
throw Exception('documentTitle is null');
}
return contentDetail.documentTitle!;
}