Action<T> constructor

Action<T>(
  1. {String type,
  2. T payload}
)

Implementation

Action({this.type, this.payload});