CitationSource.fromJson constructor

CitationSource.fromJson(
  1. Map json_
)

Implementation

CitationSource.fromJson(core.Map json_)
  : this(referenceIndex: json_['referenceIndex'] as core.int?);