NIMUnsubscribeUserStatusOption.fromJson constructor

NIMUnsubscribeUserStatusOption.fromJson(
  1. Map<String, dynamic> map
)

Implementation

factory NIMUnsubscribeUserStatusOption.fromJson(Map<String, dynamic> map) =>
    _$NIMUnsubscribeUserStatusOptionFromJson(map);