registryPublished property

  1. @JsonKey(name: 'registry_published', defaultValue: false)
bool registryPublished
getter/setter pair

Implementation

@JsonKey(name: 'registry_published', defaultValue: false)
late bool registryPublished = false;