authorName property

  1. @BuiltValueField(wireName: r'author_name')
String? 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;