responseId property

String? get responseId

Get the response ID for chaining responses

Implementation

String? get responseId => _rawResponse['id'] as String?;