W9.fromJson constructor

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

Implementation

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