DMEventMeta.fromJson constructor

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

Implementation

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