isPublished property

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

true if this location's version is publishedVersion; otherwise false.

Implementation

@JsonKey(name: 'is_published')
bool? isPublished;