ActionResponse constructor

ActionResponse({
  1. String? message,
  2. String? status,
  3. Map<String, dynamic>? parsed_variables,
})

Implementation

ActionResponse({this.message, this.status, this.parsed_variables});