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