index property

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

The index of the entity as it was found in the investment tables.

Implementation

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