listsEnabled property
- @JsonKey(name: 'lists_enabled', toJson: entityWatchlistCodeListToJson, fromJson: entityWatchlistCodeListFromJson)
final
Implementation
@JsonKey(
name: 'lists_enabled',
toJson: entityWatchlistCodeListToJson,
fromJson: entityWatchlistCodeListFromJson,
)
final List<enums.EntityWatchlistCode> listsEnabled;