Action<T> constructor

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

Implementation

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