Citation constructor

Citation(
  1. int? startIndex,
  2. int? endIndex,
  3. Uri? uri,
  4. String? license,
)

Implementation

Citation(this.startIndex, this.endIndex, this.uri, this.license);