url property

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

The location of the user's profile page.

Implementation

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