picture property

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

The users picture

Implementation

@JsonKey(name: 'picture')
String? get picture => throw _privateConstructorUsedError;