RechargeListEntity.fromJson constructor

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

Implementation

factory RechargeListEntity.fromJson(Map<String, dynamic> json) =>
    $RechargeListEntityFromJson(json);