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