LucyAction constructor

LucyAction(
  1. String? modelName,
  2. String? action,
  3. Map<String, String>? params
)

Implementation

LucyAction(this.modelName, this.action, this.params);