visible property

  1. @JsonKey(name: 'visible')
bool? visible
getter/setter pair

If a vendor is not visible, we still have and will give vendor definition info, but we won't use them for things like Advisors or UI.

Implementation

@JsonKey(name:'visible')
bool? visible;