InvoiceDeletedEvent.fromJson constructor

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

Converts a Map to an InvoiceDeletedEvent

Implementation

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