NotificationInsertV3Body.fromJson constructor

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

Implementation

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