NIMMixPushConfig.fromMap constructor

NIMMixPushConfig.fromMap(
  1. Map<String, dynamic> json
)

Implementation

factory NIMMixPushConfig.fromMap(Map<String, dynamic> json) {
  return _$NIMMixPushConfigFromJson(json);
}