V2TimEventCallback<T> constructor
V2TimEventCallback<T> ({
- String? type,
- T? data,
Implementation
V2TimEventCallback({this.type, this.data});
V2TimEventCallback({this.type, this.data});