toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      'type': type,
      if (id != null) 'id': id,
      'name': name,
      'arguments': arguments,
      'call_id': callId,
      'status': status,
    };