abstract_ property

  1. @JsonKey(name: 'abstract')
List<CitationAbstract>? abstract_
inherited

abstract_ ("abstract") The abstract may be used to convey article-contained abstracts, externally-created abstracts, or other descriptive summaries.

Implementation

@JsonKey(name: 'abstract')
List<CitationAbstract>? get abstract_ => throw _privateConstructorUsedError;