part_ property

  1. @JsonKey(name: 'part')
CitationPart? part_
inherited

part_ ("part") The component of the article or artifact.

Implementation

@JsonKey(name: 'part')
CitationPart? get part_ => throw _privateConstructorUsedError;