light property

  1. @JsonKey(name: 'light')
int? light
getter/setter pair

The user's calculated "Light Level". Light level is an indicator of your power that mostly matters in the end game, once you've reached the maximum character level: it's a level that's dependent on the average Attack/Defense power of your items.

Implementation

@JsonKey(name:'light')
int? light;