recipients property

  1. @JsonKey.new(name: 'recipients', defaultValue: <OutboundCallRecipient>[])
List<OutboundCallRecipient> recipients
final

Implementation

@JsonKey(name: 'recipients', defaultValue: <OutboundCallRecipient>[])
final List<OutboundCallRecipient> recipients;