IBVNResponse.fromJson constructor

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

Implementation

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