factory RegIdModel.fromJson(Map<String, dynamic> json) => RegIdModel( platformName: json['platformName'], regId: json['regId'], );