wordGrade property

WordGrade? wordGrade
final

Word level.

Response: 초급, 중급, 고급

Request: level=all/level1/level2/level3

It is a required item in the response coming from api/view. Instead of null (not coming) it comes as "없음".

Implementation

final WordGrade? wordGrade;