batchCalls property

  1. @JsonKey.new(name: 'batch_calls', defaultValue: <BatchCallResponse>[])
List<BatchCallResponse> batchCalls
final

Implementation

@JsonKey(name: 'batch_calls', defaultValue: <BatchCallResponse>[])
final List<BatchCallResponse> batchCalls;