author property

  1. @JsonKey(name: 'author')
String? author
getter/setter pair

Implementation

@JsonKey(name:'author')
String? author;