factory PurpleProperties.fromJson(Map<String, dynamic> json) => PurpleProperties( status: json["status"], );