BVNRequest.fromJson constructor

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

Implementation

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