GistAction constructor

GistAction(
  1. String currentRoute,
  2. String action
)

Implementation

GistAction(this.currentRoute, this.action);