userNotesCount property

int? userNotesCount

Implementation

int? get userNotesCount => originalJson['user_notes_count'] as int?;