NotificationInsertV2Body.fromJson constructor

NotificationInsertV2Body.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NotificationInsertV2Body.fromJson(Map<String, dynamic> json) =>
    _$NotificationInsertV2BodyFromJson(json);