FindResponse.fromJson constructor

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

Implementation

FindResponse.fromJson(Map<String, dynamic> json) {
  path = File(json['keyStore']);
  index = json['index'];
}