setAction method

dynamic setAction(
  1. Map action
)

Implementation

setAction(Map<dynamic, dynamic> action) {
  _action = action;
}