state property

  1. @JsonKey(name: 'state', defaultValue: 'live')
String get state
inherited

The state of the changelog, either "live" or "draft".

Implementation

@JsonKey(name: 'state', defaultValue: 'live')
String get state => throw _privateConstructorUsedError;