args property

Map<String, String> args
final

Named arguments: label to the raw source of its value, unevaluated — {'table': 'products'} arrives as {'table': "'products'"}.

Implementation

final Map<String, String> args;