W2.fromJson constructor

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

Implementation

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