state property
The state of the changelog, either "live" or "draft".
Implementation
@JsonKey(name: 'state', defaultValue: 'live')
String get state => throw _privateConstructorUsedError;
The state of the changelog, either "live" or "draft".
@JsonKey(name: 'state', defaultValue: 'live')
String get state => throw _privateConstructorUsedError;