BVNResponse.fromJson constructor

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

Implementation

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