note property

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

The profile's bio or description.

Implementation

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