PublishWsEmitterPayLoad.fromJson constructor

PublishWsEmitterPayLoad.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory PublishWsEmitterPayLoad.fromJson(Map<String, Object?> json) =>
    _$PublishWsEmitterPayLoadFromJson(json);