currentIndex property

  1. @JsonKey.new(name: 'current_index')
int? currentIndex
getter/setter pair

Implementation

@JsonKey(name: 'current_index')
int? currentIndex;