factory UGetStatusParams.fromMap(Map<String, dynamic> json) => UGetStatusParams( reference: json["reference"], );