photoUrl property

  1. @JsonKey(name: 'photo_url')
String get photoUrl
inherited

A valid URL of the photo. Photo must be in JPEG format. Photo size must not exceed 5MB

Implementation

@JsonKey(name: 'photo_url')
String get photoUrl;