authorName property

  1. @BuiltValueField.new(wireName: r'author_name')
String get authorName

The name of the user who submitted the review. Anonymous reviews are attributed to "A Google user".

Implementation

@BuiltValueField(wireName: r'author_name')
String get authorName;