Edit.fromJson constructor

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

Implementation

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