GetLedgerEntryResponse constructor Null safety

GetLedgerEntryResponse(
  1. Map<String, dynamic> jsonResponse
)

Implementation

GetLedgerEntryResponse(Map<String, dynamic> jsonResponse) : super(jsonResponse);