VkDartUpdate constructor

VkDartUpdate(
  1. Map<String, dynamic> data
)

Creates an instance of VkDartUpdate with the specified event data.

Implementation

VkDartUpdate(this.data);