picture property

  1. @JsonKey(name: 'picture')
String? picture
final

A link to the user picture

Implementation

@JsonKey(name: 'picture')

/// A link to the user picture
final String? picture;