listsEnabled property

  1. @JsonKey(name: 'lists_enabled', toJson: entityWatchlistCodeListToJson, fromJson: entityWatchlistCodeListFromJson)
List<EntityWatchlistCode> listsEnabled
final

Implementation

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