document property

String document

Implementation

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