publishTo property

  1. @JsonKey(name: 'publish_to')
String? publishTo
final

Optional url used to specify a custom brick registry as the publish target.

Can either be "none" or a custom brick registry url. Defaults to https://registry.brickhub.dev when not specified.

Implementation

@JsonKey(name: 'publish_to')
final String? publishTo;