location property

  1. @JsonKey(includeIfNull: false)
String? location
finalinherited

The location of the content in your app.

Examples: email, profile page, etc.

This value is optional.

Implementation

@JsonKey(includeIfNull: false)
final String? location;