responseId property
String?
get
responseId
Get the response ID for chaining responses
Implementation
String? get responseId => _rawResponse['id'] as String?;
Get the response ID for chaining responses
String? get responseId => _rawResponse['id'] as String?;