parsedVariables property

Map<String, String>? parsedVariables
final

A HashMap object of all named groups parsed out of the response message based on your regex

Implementation

final Map<String, String>? parsedVariables;