YKNotification constructor

YKNotification(
  1. String name,
  2. dynamic object,
  3. Map<String, dynamic>? userInfo
)

Implementation

YKNotification(this.name, this.object, this.userInfo);