ModEventAcknowledge.fromJson constructor

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

Implementation

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