includeSpeakers property

  1. @JsonKey.new(name: 'include_speakers', defaultValue: true)
bool? includeSpeakers
final

Implementation

@JsonKey(name: 'include_speakers', defaultValue: true)
final bool? includeSpeakers;