NIMPassThroughNotifyData.fromMap constructor

NIMPassThroughNotifyData.fromMap(
  1. Map<String, dynamic> map
)

Implementation

factory NIMPassThroughNotifyData.fromMap(Map<String, dynamic> map) =>
    _$NIMPassThroughNotifyDataFromJson(map);