Property getter and setter for arguments:
Map<String, dynamic>? get arguments;
set arguments(Map<String, dynamic>? arguments);