GetLatestLedgerResponse constructor Null safety

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

Implementation

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