authors property

  1. @JsonKey(toJson: authorsToJSON, fromJson: authorsFromJSON)
List<String>? authors
getter/setter pair

Implementation

@JsonKey(toJson: authorsToJSON, fromJson: authorsFromJSON)
List<String>? authors;