factory SentcError.fromJson(Map<String, dynamic> json) => SentcError( status: json['status'], errorMessage: json['error_message'], );