picture property

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

Picture url

Implementation

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