note property

String? note

The note associated with a friend.

Only populated for responses from friend related called.

Implementation

String? get note => data!['note'];