WcRegMobile.fromJson constructor

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

Implementation

WcRegMobile.fromJson(Map<String, dynamic> json) {
  native = json['native'];
  universal = json['universal'];
}