listCode property

  1. @JsonKey(name: 'list_code', toJson: entityWatchlistCodeToJson, fromJson: entityWatchlistCodeFromJson)
EntityWatchlistCode listCode
final

Implementation

@JsonKey(
  name: 'list_code',
  toJson: entityWatchlistCodeToJson,
  fromJson: entityWatchlistCodeFromJson,
)
final enums.EntityWatchlistCode listCode;